Skip to content

JPLemelin/aws-cdk-issue-19021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDK hotswap results in many call to ListStackResources of cloudformation API (with ThrottlingException)

Stack content:

  • 300 dummy ressources, in this case it's AWS::IAM::Role
  • 68 lambdas, each lambda use the same asset code

A HotSwap deployment cdk deploy --hotswap take ~270 sec. vs a classic deployment cdk deploy take ~166 sec.

Useful commands

  • cdk deploy --hotswap -c envName=dev Classic deployment of dev env
  • cdk deploy -c envName=dev Hotswap deployment of dev env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published