Jacob Fuss
Jacob Fuss
@dontirun While adding {AWS::Partition} can be used to validate its partition aware, it doesn't cover everything. We can update to use this (though it really doesn't matter since SAM is...
@dontirun That is wonderful news! Thanks for digging into it so quickly. So at first glance, it looks like we can drop this method completely: https://github.com/awslabs/serverless-application-model/blob/28884c958dfaa1c547e0f0e4ae2b8129f52e34dd/samtranslator/translator/arn_generator.py#L31 and replace the calls...
@drewsb You should have a look at the `AWS::Serverless::StateMachine` Resource: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-statemachine.html I think that is exactly what you are asking for.
@brcarp `AWS::Serverless::Api` and `AWS::Serverless::HttpApi` should not be used with the "raw" ApiGateway resources. Api Gateway will accept this but can lead to unexpected behavior. What happens if you switch to...
> is that documented anywhere? I didn't know that was considered unsupported behavior. @brcarp This has come up before in the repo. Here is a previous response: https://github.com/aws/serverless-application-model/issues/1971#issuecomment-880136629 I would...
Removing bug and adding feature. This is a request to add a policy template. I also don't see `PinpointReadAccess` in the IAM console, so this is expected not to work.
Updating Labels. To the community: We use Github reactions to help us in prioritizing feature work. If this is useful to you, please add a +1 reaction (not comment).
Looks like this was suppose to be on SAM Spec rather than the CLI. Moving to the correct repo.
There is likely something we could do here. Not sure if this is fully a breaking change or we could add some kind of Property to change behavior. Also pinging...
Updating labels.