forked from aws/aws-lambda-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
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
updating master #1
Merged
Merged
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
Update version table in README.md
This was added to address: #278
…into karpikpl-master
* add --path parameter to specify specific function path * when the requested function definition is bad, report its error on the execution response
…yan/aws-lambda-dotnet into aidanjryan-convenience-improvements
Adding new targets for build and tests and formatted the build.proj as well
This matches other implementations better, and allows path parameters containing '%2F' (or '%2f', natch) to be routed correctly by ASP.NET Core. Fixes #440
- Corrects Spelling of Internal Method Name - Uses `StringBuilder`'s `Append` Method More Efficiently - This is an attempt to pay back some string-manipulation tax paid in the feature commit of this PR. - Restores Lost Chainable Contructors of `ApiGatewayProxyFunction<TStartup>` - Bug and fix written by the same developer. Fixes #440
…ng from API Gateway to ASP.NET Core Lambda function
…uest is an ELB Health. This is done because that info isn't passed in from ELB and ASP.NET Core does not like those values being set.
Fixed issue with not handling query string encoding
Handle ELB Health Check
…use new build system doesn't handle unreleased package versions yet
…untimeSupport integ tests.
Added an AWS Recorded Talks section and provided a link to the PowerShell and DevOps Global Summit talk focused on PowerShell Lambda.
Added AWS Recorded Talks section
Rework test targets
merge with master |
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.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.