aws / serverless-application-model

The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
https://aws.amazon.com/serverless/sam
Apache License 2.0
9.29k stars 2.37k forks source link

fix: remove unused policies in integ test #3582

Closed aaythapa closed 2 months ago

aaythapa commented 2 months ago

Issue #, if available

N/A

Description of changes

We're having some issues with deploying this template in a new region. We suspect the issue is the added the policies. Removing them here and re-deploying in the region to see if that fixes the issue

Description of how you validated changes

Checklist

Examples?

Please reach out in the comments if you want to add an example. Examples will be added to sam init through aws/aws-sam-cli-app-templates.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.