Skip to content

Instantly share code, notes, and snippets.

@mxro
Created November 26, 2021 20:13
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/cc2edcb753e4790f6af1d4846108cd01 to your computer and use it in GitHub Desktop.
Save mxro/cc2edcb753e4790f6af1d4846108cd01 to your computer and use it in GitHub Desktop.
{
"$schema": "./schemas/package.schema.json",
"name": "lambda-express-template",
"template": "lambda-express",
"templateVersion": "0.1.0",
"configuration": {},
"deployments": [
{
"name": "prod",
"awsRegion": "us-west-2",
"awsUser": "goldstack-dev",
"configuration": {
"lambdaName": "goldstack-test-lambda-express",
"apiDomain": "express-api.templates.dev.goldstack.party",
"hostedZoneDomain": "dev.goldstack.party",
"cors": "https://app-nextjs-bootstrap.templates.dev.goldstack.party"
},
"tfStateKey": "lambda-express-template-prod-8e944cec8ad5910f0d3d.tfstate"
}
]
}
@mxro
Copy link
Author

mxro commented Nov 26, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment