getlift / lift

Expanding Serverless Framework beyond functions using the AWS CDK
MIT License
912 stars 111 forks source link

Add wasm to redirect regex getlift/lift#331 #332

Closed AtteR closed 1 year ago

AtteR commented 1 year ago

https://github.com/getlift/lift/issues/331

Currently wasm files are not loaded properly as the CloudFront function redirects them to .html. Adding wasm to redirect regex fixes this and wasm files are loaded properly.

mnapoli commented 1 year ago

Hi @AtteR, tests are failing, I think you will need to update them as well?

AtteR commented 1 year ago

Hi @mnapoli ah, yes, should be fixed now :)

mnapoli commented 1 year ago

Thank you!