mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
19 lines
514 B
Bash
19 lines
514 B
Bash
### AWS SDK Variables
|
|
AWS_REGION=us-east-1
|
|
#### Only set key and secret for your .env in local development. In AWS they are set by the IAM Role
|
|
#AWS_ACCESS_KEY_ID=
|
|
#AWS_SECRET_ACCESS_KEY=
|
|
|
|
### JAWS Variables
|
|
JAWS_DATA_MODEL_PREFIX=test
|
|
#only set DYNAMODB_LOCAL_ENDPT when in development/local tests. Remove from this file for AWS workloads
|
|
#example value is http://localhost:8083
|
|
DYNAMODB_LOCAL_ENDPT=http://localhost:8083
|
|
|
|
### Custom Variables
|
|
JWT_ISSUER=JAWS
|
|
JWT_SECRET=JAWSJAWSJAWS123
|
|
GOOGLE_SERVER_API_KEY=
|
|
|
|
|