|
4 | 4 | name: Sample App Deployment - Node S3 |
5 | 5 | on: |
6 | 6 | workflow_dispatch: # be able to run the workflow on demand |
| 7 | + push: |
| 8 | + branches: |
| 9 | + - genesis-js-release-test |
7 | 10 |
|
8 | 11 | permissions: |
9 | 12 | id-token: write |
@@ -54,22 +57,22 @@ jobs: |
54 | 57 | working-directory: sample-apps/node |
55 | 58 | run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./node-sample-app.zip --key node-sample-app.zip |
56 | 59 |
|
57 | | - - name: Build Lambda Sample App |
58 | | - uses: actions/checkout@v4 |
59 | | - with: |
60 | | - repository: 'aws-observability/aws-otel-js-instrumentation' |
61 | | - - name: Setup Layer Tools |
62 | | - shell: bash |
63 | | - run: npm install |
64 | | - working-directory: lambda-layer |
65 | | - - name: Build Lambda Sample App |
66 | | - shell: bash |
67 | | - run: npm install |
68 | | - working-directory: lambda-layer/sample-apps/aws-sdk |
| 60 | + # - name: Build Lambda Sample App |
| 61 | + # uses: actions/checkout@v4 |
| 62 | + # with: |
| 63 | + # repository: 'aws-observability/aws-otel-js-instrumentation' |
| 64 | + # - name: Setup Layer Tools |
| 65 | + # shell: bash |
| 66 | + # run: npm install |
| 67 | + # working-directory: lambda-layer |
| 68 | + # - name: Build Lambda Sample App |
| 69 | + # shell: bash |
| 70 | + # run: npm install |
| 71 | + # working-directory: lambda-layer/sample-apps/aws-sdk |
69 | 72 |
|
70 | | - - name: Upload to Lambda Sample App to S3 |
71 | | - working-directory: lambda-layer/sample-apps/aws-sdk |
72 | | - run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./build/function.zip --key jsfunction.zip |
| 73 | + # - name: Upload to Lambda Sample App to S3 |
| 74 | + # working-directory: lambda-layer/sample-apps/aws-sdk |
| 75 | + # run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./build/function.zip --key jsfunction.zip |
73 | 76 |
|
74 | 77 |
|
75 | 78 |
|
0 commit comments