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

Docs: ASP.NET Core WebAPI example(s) #220

Closed
1 task done
cliff-wakefield-acurus opened this issue Mar 1, 2023 · 2 comments · Fixed by #287
Closed
1 task done

Docs: ASP.NET Core WebAPI example(s) #220

cliff-wakefield-acurus opened this issue Mar 1, 2023 · 2 comments · Fixed by #287
Assignees
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers status/confirmed The scope is clear, ready for implementation

Comments

@cliff-wakefield-acurus
Copy link

What were you searching in the docs?

Example of how to make use of PowerTools within a C# project created using the serverless.AspNetCoreWebAPI template.

In this template there is no handler method as everything is done through a Lambda Entry Point which is a sub-class of Amazon.Lambda.AspNetCoreServer.APIGatewayProxyFunction.

Is this related to an existing documentation section?

No response

How can we improve?

Provide more examples, or templates that make use of PowerTools.

Got a suggestion in mind?

No response

Acknowledgment

  • I understand the final update might be different from my proposed suggestion, or refused.
@cliff-wakefield-acurus cliff-wakefield-acurus added documentation Improvements or additions to documentation triage Pending triage from maintainers labels Mar 1, 2023
@hjgraca hjgraca moved this from Ideas to 📋 Backlog in AWS Lambda Powertools for .NET Mar 2, 2023
@hjgraca hjgraca added the good first issue Good for newcomers label May 10, 2023
@swimming-potato
Copy link
Contributor

Hi, I will take this one as a starter :)

@hjgraca hjgraca moved this from 📋 Backlog to 🏗 In progress in AWS Lambda Powertools for .NET May 12, 2023
@mungojam
Copy link

It's probably worth highlighting that web APIs can be hosted using the top level program approach as well. You no longer need to subclass Amazon.Lambda.AspNetCoreServer.APIGatewayProxyFunction unless you want to override some default behaviour

@hjgraca hjgraca linked a pull request Jun 5, 2023 that will close this issue
7 tasks
@hjgraca hjgraca moved this from 🏗 In progress to 👀 In review in AWS Lambda Powertools for .NET Jun 5, 2023
@sthulb sthulb moved this to 👀 In review in Powertools for AWS Lambda (.NET) Jun 19, 2023
@hjgraca hjgraca added triage Pending triage from maintainers status/confirmed The scope is clear, ready for implementation and removed triage Pending triage from maintainers labels Jun 21, 2023
@github-actions github-actions bot added the pending-release Fix or implementation already in dev waiting to be released label Jun 23, 2023
@hjgraca hjgraca removed the pending-release Fix or implementation already in dev waiting to be released label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers status/confirmed The scope is clear, ready for implementation
Projects
Status: 👀 In review
Development

Successfully merging a pull request may close this issue.

4 participants