-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Lambda landing page #5293
AWS Lambda landing page #5293
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This PR changes the following pages (Vercel Preview Deploy links): Changed Vercel links (Note that links will only be valid after Vercel preview deploy succeeded) |
This PR probably requires the following redirects to be added to vercel.json:
|
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Alex Ruheni <33921841+ruheni@users.noreply.github.com>
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
…-aws-lambda.mdx Co-authored-by: Alex Ruheni <33921841+ruheni@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this looks great and is so much better than what we have! I've left a small suggestion but I'd say let's merge it and then possibly refine further in the future 🙏
content/300-guides/200-deployment/201-serverless/400-deploy-to-aws-lambda.mdx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually went ahead and commited my suggestion myself 😄 so this is ready to merge from my end!
Fixes #5157
Describe this PR
This makes our AWS Lambda page more general. Originally the goal was to have separate pages per framework (we started with Serverless Framework) but we quickly realized that we have "generic" tips for AWS Lambda and then framework-specific tips. I thought of the following three choices:
I chose 1 as it did not repeat content (which could become out of sync) and made it so that all steps a user should follow are on the same page.