docs: lambda worker public preview#4663
Draft
lennessyy wants to merge 12 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
- Add Java SDK serverless worker docs (index + aws-lambda) - Add .NET SDK serverless worker docs (index + aws-lambda) - Add Java and .NET tabs to deploy guide - Update sidebar with new SDK sections - Change serverlessWorkers release stage from prerelease to publicPreview - Replace custom pre-release gating text with default ReleaseNoteHeader across all serverless pages
- Add snipsync markers to Java and .NET SDK pages referencing ea/aws-lambda branches - Update snipsync config to pull from ea/aws-lambda branches for samples-java and samples-dotnet - Update deploy guide Java tab to use builder pattern matching sample - Add Java sample link to deploy guide prerequisites
|
Deployment failed with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
…to create-function
…less pages - Use snipsync highlightedLines to highlight key lines in code samples - Replace hand-written .NET code block with snipsync selectedLines snippet - Improve .NET intro text to match Go/Python/TS pattern - Remove redundant bypass code block from .NET configure section - Update config file resolution wording across all SDKs
- Rewrite Java and .NET intro text to explain the code pattern before showing it - Fix deploy guide link to point to aws-lambda subpage across all SDKs - Update config file resolution wording across all SDKs - Align Java deploy guide with sample repo: java17 runtime, direct JAR upload, correct handler format, 1024 MB memory, 90s timeout - Remove unnecessary copy/re-zip step for Java shadow JAR - Remove redundant bypass code block from .NET configure section - Fix OTel description wording in Java page
- Fix Java build section: shadow JAR uploads directly, no re-zip needed - Use placeholder matching actual shadow JAR naming pattern - Update runtime to java17, memory to 1024, timeout to 90 - Fix handler format to include ::handleRequest - Improve Java SDK page intro text and link to registration docs - Simplify OTel configure description - Remove eager activities sentence from Java defaults table - Fix deploy guide link to aws-lambda subpage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Notes to reviewers
┆Attachments: EDU-6480 docs: terraform for serverless worker