Keeton Hodgson
Keeton Hodgson
@johnc44 have you tried letting SAM generate the swagger for you? If you don't have a `DefinitionBody` or a `DefinitionUri`, SAM will generate swagger on your Serverless::Api based on the...
@johnc44 one or the other used to be necessary. It is possible that some part of the docs or examples still says that this is a requirement, if you find...
@beck3905 adding support for models I think would make it easier to use the SAM-generated swagger. I opened a new issue (#895) with a proposal about how to add APIGW...
Nested stacks are now supported in SAM, meaning you can nest resources in other stacks and use the outputs as values in the current stack.
Can you post an example that creates this issue? Is it as simple as defining an API in one stack and referencing a Function in that API that is from...
@red8888 yes. There are a few approaches for this. **Before 1st invocation of a Lambda function:** Before a Lambda function is invoked for the first time, it is possible to...
This is similar to #124. I agree that this would be a nice feature; it would require either a change to how events work with the CFN S3 bucket resource,...
https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/79
Transferring issue to SAM CLI
Good question. It looks like it might be better to make the filter pattern optional, so that it can be used without a filter. I'll make this change in the...