We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977904d commit f8209ecCopy full SHA for f8209ec
.github/workflows/lambda.yml
@@ -22,6 +22,7 @@ jobs:
22
env:
23
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
24
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
25
+ AWS_EC2_METADATA_DISABLED: true
26
27
- name: Test Download from CDN
28
run: curl -fsSL -o /dev/null https://artifacts.cloudposse.com/${{ github.event.repository.name }}/${{ github.sha }}/lambda.zip
0 commit comments