pashto-dictionary/functions
adueck ee1c6ad31b ok functions CI/CD deploy works now 💪 2024-11-28 15:38:11 +05:00
..
bin try moving functions around 2024-11-27 22:27:59 +05:00
lambda update architecture diagram 2024-11-28 13:08:01 +05:00
lib ok functions CI/CD deploy works now 💪 2024-11-28 15:38:11 +05:00
test try moving functions around 2024-11-27 22:27:59 +05:00
.gitignore try moving functions around 2024-11-27 22:27:59 +05:00
.npmignore try moving functions around 2024-11-27 22:27:59 +05:00
README.md update architecture diagram 2024-11-28 13:08:01 +05:00
cdk.json try moving functions around 2024-11-27 22:27:59 +05:00
jest.config.js try moving functions around 2024-11-27 22:27:59 +05:00
package-lock.json try moving functions around 2024-11-27 22:27:59 +05:00
package.json try moving functions around 2024-11-27 22:27:59 +05:00
tsconfig.json try moving functions around 2024-11-27 22:27:59 +05:00

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 js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template