cdk-patterns / serverless

This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
https://cdkpatterns.com
MIT License
2.29k stars 273 forks source link

Running default project results in uploads with no file size #246

Closed guirkgumbo closed 1 year ago

guirkgumbo commented 2 years ago

Running npm run deploy successfully deploys to my aws s3 buckets but the files in the bucket have no file size?

image