UNPKG

the-ldk

Version:

Welcome to the LDK! A collection of custom AWS CDK constructs to help you build serverless applications faster.

20 lines (16 loc) 241 B
# Ignore artifacts: node_modules/ dist/ build/ # Ignore TypeScript declaration files: *.d.ts # Ignore compiled files: *.js *.jsx # Ignore lock files: package-lock.json yarn.lock # Ignore environment files: .env .env.local .env.production