node.js
✅
claudia.js
✅
express.js
✅
typescript
✅
-
To get started, you need to create a role for Claudia.js to use. This IAM User needs to have
IAMFullAccess
,AmazonAPIGatewayAdministrator
andAWSLambda_FullAccess
policies. When you are creating the new role, take note of theaws_access_key_id
andaws_secret_access_key
. -
Create a
.env
file in the root of the project.
aws_access_key_id=<access_key_id>
aws_secret_access_key=<secret>
npm install
npm run generate
npm run aws:create
This will create a lambda.js
file in the root of the project. This is how claudia.js works with AWS. Just leave this file.
It will also create a claudia.json
file, which contains your file.
npm run aws:update
- Done! ✅