GZ
GZ
RolePath implementation for SAM Function is merged. (Pending release). RolePath for SAM StateMachine is under implementation.
Both SAM Function and StateMachine support are completed last week. Waiting for release. SAM Function RolePath PR: https://github.com/aws/serverless-application-model/pull/2659 SAM StateMachine RolePath PR: https://github.com/aws/serverless-application-model/pull/2684
Consider the following example, when custom swagger definition is commented out, the API resource has custom authorizer configured. When the comments are removed, it seems that we ignore the generated...
Introducing `MergeDefinitions` property in `AWS::Serverless::Api`. This property is default to False. Setting this property to True will allow the following: ``` Merge SAM generated swagger definition into inline swagger definition...
This is currently not possible. In the current Cognito event source, [Trigger](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-function-cognito.html#sam-function-cognito-trigger) is a required property and once set, it will update `LambdaConfig` property of the `UserPool`. If `UserPool` is...
This issue is also reported in SAM repo, however, there is no way we can resolve this without making a backward incompatible change. The only possible workaround is to have...
Thanks for help investigating it. I'm suggesting exactly like you mentioned.
@glitchassassin Thanks for drafting the PR. The CodeBuild CI failed because you updated the custom resource handler file, which means the code hash of the handler file changes. This results...
Prior to running the integ tests, did you run `yarn build` in `npx lerna run build --scope=@aws-cdk/custom-resource-handlers` and `npx lerna run build --scope=aws-cdk-lib` to make sure the correct lambda handler...
Hi @tirumerla, thanks for reminder about this feature request. I'll add it to the team's feature list for discussion. As a workaround, our team has introduced [SAM Connector](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-connector.html). Here is...