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 5d0d715 commit 12b0cc3Copy full SHA for 12b0cc3
.github/workflows/python-sample-app-s3-deploy.yml
@@ -67,3 +67,11 @@ jobs:
67
working-directory: lambda-layer/sample-apps
68
run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./build/function.zip --key pyfunction.zip
69
70
+ - name: Build GenAI Sample App Zip
71
+ working-directory: sample-apps/python/genai_service
72
+ run: zip -r python-genai-sample-app.zip .
73
+
74
+ - name: Upload GenAI Sample App to S3
75
76
+ run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./python-genai-sample-app.zip --key python-genai-sample-app.zip
77
0 commit comments