-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
Release/5.0 #1134
Merged
Merged
Release/5.0 #1134
Conversation
This file contains 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
…iguration command
…-fetching-feature-flag-configuration
…-fetching-feature-flag-configuration
…r-when-fetching-feature-flag-configuration fix(appconfig): #1009 rewrite to not use deprecated appconfig getConfiguration command
# Conflicts: # lerna.json # package-lock.json # package.json # packages/appconfig/package.json # packages/cloudwatch-metrics/package-lock.json # packages/cloudwatch-metrics/package.json # packages/core/index.js # packages/core/package-lock.json # packages/core/package.json # packages/do-not-wait-for-empty-event-loop/package-lock.json # packages/do-not-wait-for-empty-event-loop/package.json # packages/dynamodb/package-lock.json # packages/dynamodb/package.json # packages/error-logger/package-lock.json # packages/error-logger/package.json # packages/event-normalizer/package-lock.json # packages/event-normalizer/package.json # packages/http-content-encoding/package-lock.json # packages/http-content-encoding/package.json # packages/http-content-negotiation/package-lock.json # packages/http-content-negotiation/package.json # packages/http-cors/package-lock.json # packages/http-cors/package.json # packages/http-error-handler/package-lock.json # packages/http-error-handler/package.json # packages/http-event-normalizer/package-lock.json # packages/http-event-normalizer/package.json # packages/http-header-normalizer/package-lock.json # packages/http-header-normalizer/package.json # packages/http-json-body-parser/package-lock.json # packages/http-json-body-parser/package.json # packages/http-multipart-body-parser/package-lock.json # packages/http-multipart-body-parser/package.json # packages/http-partial-response/package-lock.json # packages/http-partial-response/package.json # packages/http-response-serializer/package-lock.json # packages/http-response-serializer/package.json # packages/http-router/package-lock.json # packages/http-router/package.json # packages/http-security-headers/package-lock.json # packages/http-security-headers/package.json # packages/http-urlencode-body-parser/package-lock.json # packages/http-urlencode-body-parser/package.json # packages/http-urlencode-path-parser/package-lock.json # packages/http-urlencode-path-parser/package.json # packages/input-output-logger/package-lock.json # packages/input-output-logger/package.json # packages/rds-signer/package-lock.json # packages/rds-signer/package.json # packages/s3-object-response/package-lock.json # packages/s3-object-response/package.json # packages/s3/package-lock.json # packages/s3/package.json # packages/secrets-manager/package-lock.json # packages/secrets-manager/package.json # packages/service-discovery/package-lock.json # packages/service-discovery/package.json # packages/sqs-partial-batch-failure/package-lock.json # packages/sqs-partial-batch-failure/package.json # packages/ssm/package-lock.json # packages/ssm/package.json # packages/sts/package-lock.json # packages/sts/package.json # packages/util/package-lock.json # packages/util/package.json # packages/validator/package-lock.json # packages/validator/package.json # packages/warmup/package-lock.json # packages/warmup/package.json # packages/ws-json-body-parser/package-lock.json # packages/ws-json-body-parser/package.json # packages/ws-response/package-lock.json # packages/ws-response/package.json # packages/ws-router/package-lock.json # packages/ws-router/package.json
fix(http-error-handler): non http errors will always be handled
Feat: improve TS docs, mention Middeware-first, Handler-last pattern
Update website to docusaurus3
# Conflicts: # package.json # website/src/components/HomepageSponsors.js # website/static/img/logo/amazon-web-services.svg
…olve-type-issues fix(middlewares/http-json-body-parser): narrow body type to string
…-fix fix: don't throw error for non http event
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.
Closes #940