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 c2f3847 commit 9ab749cCopy full SHA for 9ab749c
.github/workflows/lambda.yml
@@ -30,6 +30,7 @@ jobs:
30
env:
31
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
32
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
33
+ AWS_EC2_METADATA_DISABLED: true
34
35
- name: Test Download from CDN
36
run: curl -fsSL -o /dev/null https://artifacts.cloudposse.com/${{ github.event.repository.name }}/${{ steps.commit.outputs.sha }}/lambda.zip
0 commit comments