Skip to content

Commit

Permalink
Add env variables to zappa
Browse files Browse the repository at this point in the history
  • Loading branch information
gmercyo committed Jan 7, 2024
1 parent 21152d6 commit 536aa8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zappa_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"aws_region": "us-east-2",
"project_name": "star-spotter-api",
"runtime": "python3.10",
"s3_bucket": "star-spotter"
"s3_bucket": "star-spotter",
"environment_variables": {
"RAPID_API_KEY": "697613e8f9mshebae93db16f4687p191ee3jsn1740d0122ff4"
}
}
}

0 comments on commit 536aa8a

Please sign in to comment.