pashto-dictionary/functions
adueck 062f50b3a2 now custom domain for functions is set up and auth working! just need to get the CI/CD set up and the architecture diagram updated and firebase cleaned away 2024-11-28 02:23:43 +05:00
..
bin try moving functions around 2024-11-27 22:27:59 +05:00
lambda now custom domain for functions is set up and auth working! just need to get the CI/CD set up and the architecture diagram updated and firebase cleaned away 2024-11-28 02:23:43 +05:00
lib oops there was an error in the range key 2024-11-28 01:19:20 +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 try moving functions around 2024-11-27 22:27:59 +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 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