Skip to content

ysku/aurora-serverless-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurora Serverless Example

provision aurora-serverless and lambda function using AWS CDK.

Usage

$ export AWS_PROFILE=xxx
$ yarn run cdk deploy MyAppNetwork

$ yarn run cdk deploy MyAppDatabase

# need to enable data api manually by using cli.
$ aws rds modify-db-cluster \
      --db-cluster-identifier [sample-cluster] \
      --enable-http-endpoint

# NOTE: need to deploy each function one by one.
# when one function needs fixed, this reduces affect to other functions.
$ yarn run cdk deploy SampleFunction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published