Can I use Serverless framework to ONLY deploy an ApiGateway (V2, HTTP API) ?
If so, any specifics I should pay attention to?
The use case is the following:
- I already have RestApi’s deployed in AWS with Serverless (so Lambda + ApiGatewayV1)
- I now want to have an ApiGateway that sits in front, to route specific routes to specific lambda’s (so I’m using ‘integrations’ of ApiGatewayV2).
- I would like to use Serverless Framework to deploy this ApiGatewayV2, which does not include any lambda’s, just the apigateway