aws-sam-github-actions-example icon indicating copy to clipboard operation
aws-sam-github-actions-example copied to clipboard

Use `aws-actions/setup-sam` to set up

Open kaidokert opened this issue 1 year ago • 0 comments

The sample provides a bit dated code. I think using aws-actions/setup-sam@v2 would remove some boilerplate, and actions/checkout@v2 is also a bit dated - should be v4 at this point.

Using setup-sam would also imply having a samconfig.toml in the root.

kaidokert avatar Nov 10 '24 18:11 kaidokert