Skip to content
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

Add common 5xx status codes to HttpResults for Annotations framework #1432

Merged
merged 4 commits into from
Feb 13, 2023

Conversation

ryancormack
Copy link
Contributor

Fixes: #1431

Description of changes:
Added return types for HttpResults described in issue. This change adds 500, 502 and 503 errors

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ashishdhingra ashishdhingra requested a review from normj February 13, 2023 17:16
@ashishdhingra ashishdhingra added bug This issue is a bug. pr/needs-review This PR needs a review from a Member. xs Effort estimation: tiny labels Feb 13, 2023
@normj normj changed the base branch from master to dev February 13, 2023 17:37
Copy link
Member

@normj normj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@normj
Copy link
Member

normj commented Feb 13, 2023

Don't worry about the Source Generator CI failure. That is a permission issue running PRs on branches outside of this repository.

@normj normj merged commit e44e48d into aws:dev Feb 13, 2023
@normj
Copy link
Member

normj commented Feb 14, 2023

The PR has been released as part of version 0.12.0 of Amazon.Lambda.Annotations. Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. pr/needs-review This PR needs a review from a Member. xs Effort estimation: tiny
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return 5xx error types in HttpResults
4 participants