1.0.1 • Published 4 years ago

cdk-lambda-api v1.0.1

Weekly downloads
18
License
MIT
Repository
github
Last release
4 years ago

This is simple library for Lambda integration on AWS CDK

GitHub Actions status npm version

This cdk library include two resouces

Install

  • Using npm
npm i -s cdk-lambda-api
  • Using yarn
yarn add cdk-lambda-api

Usage

Following is simple usage of library. The lambda file name must be index.ts

// specify directory path on `lambdaPath`
new LambdaApi(this, 'LambdaApi', { lambdaPath: 'lambda' })
// If you use environment variable, `environment` props is encvironment variables
new LambdaApi(this, 'LambdaApi', { lambdaPath: 'lambda', environment: { key: value } })
1.0.1

4 years ago

1.0.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago