Skip to content

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

Merged
normj merged 4 commits intoaws:devfrom
ryancormack:api_http_results_5xx
Feb 13, 2023
Merged

Add common 5xx status codes to HttpResults for Annotations framework#1432
normj merged 4 commits intoaws:devfrom
ryancormack:api_http_results_5xx

Conversation

@ryancormack
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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