aws / aws-cdk-rfcs

RFCs for the AWS CDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI/CD to Cloudfront Deploy

iqbal125 opened this issue · comments

PR Champion
#

Description

A very common use case for AWS users is to build a CI/CD pipeline that deploys to Cloudfront. Having a "pattern" that does this automatically for a SPA app like React I think would be helpful for a lot of people.

Progress

  • Tracking Issue Created
  • RFC PR Created
  • Core Team Member Assigned
  • Initial Approval / Final Comment Period
  • Ready For Implementation
    • implementation issue 1
  • Resolved

CDK pipelines is able to deploy CloudFront resources as well as any other resource. Combined with the s3-deployment module, this should cover your use case.

Closing.