Skip to content

Commit

Permalink
Merge pull request #5 from kscalelabs/dev
Browse files Browse the repository at this point in the history
chore:apprunner.yaml
  • Loading branch information
Serhii Ofii authored Aug 23, 2024
2 parents 7a3eeb6 + f49570e commit 74850a3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion linguaphoto/apprunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,16 @@ build:

# Specify the start phase command
run:
command: venv/bin/python3 main.py # Adjust to the path to your application entry point
command: venv/bin/python3 main.py # Adjust to the path to your application entry point
env:
-name: DYNAMODB_TABLE_NAME
value: "linguaphoto"
-name: S3_BUCKET_NAME
value: "linguaphoto"
-name: AWS_REGION
value: "us-east-1"
secrets:
-name: AWS_ACCESS_KEY_ID
value-from: "arn:aws:secretsmanager:us-east-1:725596835855:secret:AWS_SECRET-Bv7ArD:AWS_ACCESS_KEY_ID::"
-name: AWS_SECRET_ACCESS_KEY
value-from: "arn:aws:secretsmanager:us-east-1:725596835855:secret:AWS_SECRET-Bv7ArD:AWS_SECRET_ACCESS_KEY::"

0 comments on commit 74850a3

Please sign in to comment.