ee1c6ad31b | ||
---|---|---|
.. | ||
bin | ||
lambda | ||
lib | ||
test | ||
.gitignore | ||
.npmignore | ||
README.md | ||
cdk.json | ||
jest.config.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
Publish Dictionary Function
This is a CDK / AWS Lambda project for the publish dictionary function
The AWS Lambda function needs to be put behind an API Gateway with a custom domain functions.lingdocs.com
.
The cdk.json
file tells the CDK Toolkit how to execute your app.
Useful commands
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testsnpx cdk deploy
deploy this stack to your default AWS account/regionnpx cdk diff
compare deployed stack with current statenpx cdk synth
emits the synthesized CloudFormation template