cdklabs / cdk-nextjs

Deploy Next.js on AWS with CDK
https://constructs.dev/packages/cdk-nextjs
Apache License 2.0
5 stars 1 forks source link

S3Origin Is On Deprecation Path #15

Closed coltenkrauter closed 6 hours ago

coltenkrauter commented 1 week ago

I observed this warning while deploying,

Warning:  aws-cdk-lib.aws_cloudfront_origins.S3Origin is deprecated.
  Use `S3BucketOrigin` or `S3StaticWebsiteOrigin` instead.
  This API will be removed in the next major release.

Here is where it is in this code: src/nextjs-distribution.ts#L176-L178.


Screenshot 2024-10-12 at 12 09 29 AM

bestickley commented 1 week ago

@coltenkrauter, thanks the raising this. I'll be handling this in my next PR.