Skip to content

Commit 12b0cc3

Browse files
committed
add python gen ai sample app
1 parent 5d0d715 commit 12b0cc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/python-sample-app-s3-deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ jobs:
6767
working-directory: lambda-layer/sample-apps
6868
run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./build/function.zip --key pyfunction.zip
6969

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+
working-directory: sample-apps/python/genai_service
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

Comments
 (0)