Anonyfox / cdk-typescript-lambda

Repository for an article at https://bobbyhadz.com/blog/aws-cdk-typescript-lambda - for how to write and deploy Typescript Lambdas in AWS CDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write TypeScript Lambda functions in AWS CDK - Complete Guide

A repository for an article on bobbyhadz.com

How to Use

  1. Clone the repository

  2. Install the dependencies

npm install
  1. Create the CDK stack
npx cdk deploy
  1. Open the AWS Console and the stack should be created in your default region

  2. Cleanup

npx cdk destroy

About

Repository for an article at https://bobbyhadz.com/blog/aws-cdk-typescript-lambda - for how to write and deploy Typescript Lambdas in AWS CDK.


Languages

Language:JavaScript 74.3%Language:TypeScript 25.7%