Skip to content

Instantly share code, notes, and snippets.

@mxro
Created February 20, 2021 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxro/6e66c4d0c4b8d356b99e31bcbe90806d to your computer and use it in GitHub Desktop.
Save mxro/6e66c4d0c4b8d356b99e31bcbe90806d to your computer and use it in GitHub Desktop.
{
"$schema": "./schemas/package.schema.json",
"name": "lambda-express",
"template": "lambda-express",
"templateVersion": "0.1.19",
"configuration": {},
"deployments": [
{
"name": "prod",
"configuration": {
"lambdaName": "expressjs-lambda-getting-started",
"apiDomain": "expressjs-lambda.examples.goldstack.party",
"hostedZoneDomain": "goldstack.party"
},
"awsUser": "awsUser",
"awsRegion": "us-west-2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment