mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
15 lines
255 B
Bash
15 lines
255 B
Bash
### Lambda Function Variables
|
|
JWT_ISSUER=JAWS
|
|
JWT_SECRET=JAWSJAWSJAWS123
|
|
|
|
### AWS SDK Variables. Key/secret are auto populated by IAM Role
|
|
AWS_REGION=us-east-1
|
|
|
|
### JAWS Variables
|
|
JAWS_DATA_MODEL_PREFIX=test
|
|
|
|
### Custom Variables
|
|
GOOGLE_SERVER_API_KEY=
|
|
|
|
|