jdevdevdev
jdevdevdev
Users deploying through IaC (SST/Terraform/Pulumi/Cloudformation) other than CDK and would find Cloudfront wrapper useful. It would require decoupling it from the CDK deployment. Possible solutions could be to: 1. Alter...
For anyone trying this I had success with the methods Frank and Jamie have mentioned. 1. Build with the env `NITRO_PRESET=aws-lambda` set. 2. Create a construct using `SsrSite`, `AstroSite`'s format...
@Hebilicious Correct. In my test repo deployment was handled by sst. Thanks for looking into it!
@robokozo No, [SsrSite](https://github.com/sst/sst/blob/5613c727a967f95daba0e23447d504552b8edc13/packages/sst/src/constructs/SsrSite.ts) was restructured. I don't think it will work the the most current version.
If you need edge support I have an experimental [plugin](https://www.npmjs.com/package/@jdevdevdev/aws-lambda-edge-preset). I used this [construct]( https://github.com/jdevdevdev/nuxt-sst/blob/c4a0f73e196a276968a4661707a06bc7350f7fa1/stacks/NuxtSite.ts).