Skip to content

Commit

Permalink
prod zappa stage
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed Apr 29, 2024
1 parent ac03cf2 commit 3f9f1ab
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion cloudapp/app/zappa_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,30 @@
"profile_name": "default",
"project_name": "cloudapp",
"runtime": "python3.11",
"s3_bucket": "mcn-prac-cloudapp",
"s3_bucket": "mcn-prac-cloudapp-dev",
"aws_region": "us-east-1",
"environment_variables": {
"SITE": "AWS"
}
},
"prod": {
"app_function": "app.app",
"exclude": [
"boto3",
"dateutil",
"botocore",
"s3transfer",
"concurrent"
],
"profile_name": "default",
"project_name": "cloudapp",
"runtime": "python3.11",
"s3_bucket": "mcn-prac-cloudapp-prod",
"aws_region": "us-east-1",
"environment_variables": {
"SITE": "AWS"
},
"certificate_arn": "arn:aws:acm:us-east-1:317124676658:certificate/6149d976-8908-46f9-aa4a-e518b1dc16aa",
"domain": "aws-mcn-practical.f5demos.com"
}
}

0 comments on commit 3f9f1ab

Please sign in to comment.