An opinionated cloud-native and serverless development framwork for AWS and TypeScript.
npm i -D @cloudventure/sdf
yarn add -D @cloudventure/sdf
pnpm add -D @cloudventure/sdf
App
class extends Terraform CDK's App class and adds capability for async synthesis. The async synth is used by Bundler for generating all required resources for your application.
Bundler
is a construct for bundling the code for Lambda functions.
Currently supported languages are: typescript
and custom
.
Currently supported bundiling methods are: none
, direct
, s3
and docker
.