_sam

Results 54 comments of _sam

BTW, somehow it only complaints when running in ghaction, but not on my Mac with latest mypy and same `stripe` version (8.10.0)

Seems there was a PR from years ago: https://github.com/terraform-docs/terraform-docs/pull/571 @khos2ow is there any upcoming plan to proceed with this feature?

some info about possible implementation. SAM CLI uses `create-change-set` API to create stacks, which does not have `enable-termination-protection` flag as `create-stack` does. If we choose to add this flag, we...

I played around by enabling the `IncludeNestedStacks` and we need to handle how to deliver the nested changeset error. It seems the error creating changeset in nested stacks won't surface...