Description
Low priority "bug".
When deploying a Serverless v3 app with this plugin installed, multiple duplicate console warnings are displayed:
[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.
I only use server-side-website asset splitting, which would require S3Origin to be replaced with S3BucketOrigin. Not sure about all the other possible use cases.
How to Reproduce
Set up a project following the "Server-side website" README and run sls package or sls deploy.
Additional Information
- Serverless Framework v3.39.0
- Lift v1.30.2
Description
Low priority "bug".
When deploying a Serverless v3 app with this plugin installed, multiple duplicate console warnings are displayed:
I only use
server-side-websiteasset splitting, which would requireS3Originto be replaced withS3BucketOrigin. Not sure about all the other possible use cases.How to Reproduce
Set up a project following the "Server-side website"
READMEand runsls packageorsls deploy.Additional Information