Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Add support for cloudformation CREATE_STACK api #10

Open
whimzyLive opened this issue Jan 30, 2020 · 0 comments
Open

Add support for cloudformation CREATE_STACK api #10

whimzyLive opened this issue Jan 30, 2020 · 0 comments
Assignees

Comments

@whimzyLive
Copy link
Contributor

Cloudformation stacks sometimes can take longer then 15-20 minutes (specially when it contains CDN distribution) , it is not really ideal to perform stack updates from codebuild.(Since codebuild charges for per minute used).

Few Ideas:

  • Compile template into cloudformation stack using cdk cli and upload handler source into s3
  • In Later stage, inject uploaded assets s3 uri to compiled stack output
  • Use Cloudformation deploy action in deploy stage to perform deployments
@whimzyLive whimzyLive self-assigned this Jan 30, 2020
@whimzyLive whimzyLive changed the title add support for cloudformation CREATE_STACK api Add support for cloudformation CREATE_STACK api Feb 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant