-
Is it possible to use an existing Api Gateway when creating a lambda function with annotations? I was half expecting to be able to pass in something to the RestApi attribute for ApiGateway much like you can pass in Policies or Role into the LambdaFunction attribute. When I tried to do this manually I think I ran into an issue with the SAM template. Does SAM support using a pre-existing gateway? If not, can the Lambda Annotations be used with non SAM templates to generate CloudFormation resources? -- update: I also thought I saw the underlying generator support both Json and Yaml. How do I get it to use Yaml? Is that a setting in the -- update: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @cacowen, Please feel free to submit a Feature request, as this isn't possible currently. Also, I would recommend to open an Issue (Bug Report) with as much information you can regarding below comments error.
Regards, |
Beta Was this translation helpful? Give feedback.
Hi @cacowen,
Please feel free to submit a Feature request, as this isn't possible currently.
Also, I would recommend to open an Issue (Bug Report) with as much information you can regarding below comments error.
Regards,
Chaitanya