serverless-next.js
serverless-next.js copied to clipboard
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
**Is your feature request related to a problem? Please describe.** Right now, any time there's an exception in the default-handler, we only get a stack, trace, and not anything else...
### Issue Summary I am trying to deploy NextJs application using serverless-components. I have created multiple s3 buckets/cloudfronts for different environments. I want to store the secrets in parameter store/secret...
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
### Issue Summary When i try to deploy an app then i receive the next message: > Serverless Components CLI v1 is no longer bundled with Serverless Framework CLI and...
### Issue Summary Can't install `@sls-next/[email protected]` on Gitlab CI/CD nor on my personal computer ### Actual behavior ``` entropy:webapp mchicote$ npm install -g @sls-next/[email protected] npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated...
### Issue Summary My lambda must deployed to cn-northwest-1 in china. But it is always us-east-1. aws key and secret in china can not apply to us-east-1 region: InvalidClientTokenId: The...
CloudFront is capable of supporting multiple domains against a single instance. This component accepts an "array" for the domain but really it is just two strings that form the domain...
**Is your feature request related to a problem? Please describe.** Without the mechanism to purge the nextjs cache, it is a pitfall in production use and causing a lot of...
### Issue Summary As soon as I add AWS Amplify-UI to my Next.js App in /code/cdk/app11: ```typescript import { Amplify, Auth } from "aws-amplify" import { Authenticator } from "@aws-amplify/ui-react"...