yarbsemaj / sveltekit-adapter-lambda

An adapter to build a SvelteKit app into a lambda ready for deployment with lambda proxy via the Serverless Framework or CDK.
https://www.npmjs.com/package/@yarbsemaj/adapter-lambda
MIT License
77 stars 16 forks source link

[Fix] - Adding S3 Bucket Public ACL Controls #33

Closed JBlack96 closed 1 year ago

JBlack96 commented 1 year ago

Due to an update AWS pushed on S3 this year in April the current serverless.yml no longer allows deployment. The changes are specific to the new ways AWS wants users to handle Access Control - https://aws.amazon.com/about-aws/whats-new/2022/12/amazon-s3-automatically-enable-block-public-access-disable-access-control-lists-buckets-april-2023/.

I've added a tweak to the serverless.yml to hopefully avoid the issue if anyone else tries to use the package + deployment package.

yarbsemaj commented 1 year ago

Thank You very much for this contribution