A repository containing small examples to illustrate the use of Laconia.
- Set AWS credentials in ~/.aws/credentials
- Install the deployment tools under tests in your environment, some of them are not managed by NPM: aws cli, sam cli, apex
- Run the following command:
npx lerna exec -- npm run cloud-test
- serverless-vanilla - Deploy serverless with and without laconia. This example also shows how to set up API Gateway routes and run them locally using the serverless-offline plugin. Finally, it shows how to match error types for less boilerplate code.
- serverless-babel - Deploy laconia in node 6 runtime
- serverless-typescript - Use laconia in a TypeScript handler
- serverless-websocket - Use laconia with a websocket event
- apex - Deploy laconia with apex
- middy - Integrate middy and laconia
- sam - Deploy laconia with sam