Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add useEfs and vpc properties to NextjsAssetsDeployme… (#94)
* 📝 docs(API.md): add useEfs and vpc properties to NextjsAssetsDeploymentProps class 🚀 feat(NextjsAssetsDeployment.ts): add support for useEfs and vpc options in NextJsAssetsDeploymentProps interface and deploy method * 🔥 refactor(Nextjs.ts): move distribution initialization to the top of the constructor 🐛 fix(Nextjs.ts): pass the correct staticAssetsBucket to the distribution constructor 🚀 chore(Nextjs.ts): add distribution to assetsDeployment dependencies 🚀 feat(NextjsAssetsDeployment.ts): add memoryLimit and ephemeralStorageSize options for lambda function used by BucketDeployment 🚀 feat(NextjsAssetsDeployment.ts): add distributionPaths option to BucketDeployment based on distributionId in NextjsBaseProps * 🐛 fix(Nextjs.ts): move distribution initialization after assetsDeployment initialization ✨ feat(Nextjs.ts): add support for distribution in assetsDeployment 🐛 fix(NextjsAssetsDeployment.ts): remove distributionPaths property if distribution is not defined * 🐛 fix(Nextjs.ts): use correct property for static assets bucket in NextjsDistribution constructor * 📝 docs(API.md): add documentation for ephemeralStorageSize and memoryLimit properties in NextjsAssetsDeploymentProps class --------- Co-authored-by: durga <[email protected]>
- Loading branch information