- Support for proxy request multiValueHeaders
- Support for proxy request multiValueQueryStringParameters
- Support for proxy isBase64Encoded
- Fix escape
- Support proxy multiValueHeaders
- Fix proxy headers mapping
- Add tslint
- Disconnect parent process when data from child is already received
- Support for git flow
- Add readme and change log in the build
- Fix stage variables for proxy
- Fix Changelog format
- Fix body content in aws proxy
- Fix path value in aws proxy
- Enable tslint.js
- Upgrade typescript and use local typescript when compiling
- Convert event.stage-variables to event.stageVariables in proxy request
- Add method, requestTime, requestTimeEpoch, requestId in proxy request
- Fix process.send async issue
- Fix file format
- Add catch to authorizer request for proxy endpoint
- Fix repositories
- Bug fix on proxy and non proxy request body parsing
- Bug fix when request body is empty
- Add tslint.json
- Fix code format and follow tslint
- Support for headers in proxy response
- Fix httpMethod in proxy
- Fix error object handling
- Support proxy with empty ID
- Support for proxy query string
- Simulate error body during callback(new Error());
- Fix proxy error handling
- Remove event.context in proxy passthrough
- Support for raw headers in proxy passthrough
- Fix proxy passthrough data
- Update templates/pass-through.vtl
- Support
context.user-agent
- Support for
context.stage
- Bug fix
$input.json('$')
parsing
- Add support for non json body content
- Fix request template for {proxy+}
- Support for custom proxy name
- Support for requestContext for {proxy+}
- Add null check on open api library
- Fix base path pattern to only remove when it's enabled in command line
- Fix lambda context content merging
- Refactor Config class to OpenApi
- Support for custom header in {proxy+}
- Support for integration type "aws_proxy"
- Set proper error message base on statusCode value
- Return Internal Server Error if unknown variables are set in response
- Support for pass through behavior "when_no_match" and "never"
- Support for route path in "context"
- AGS UI: Support
event
variable value parsing status - Include transpiled js files for lib/aws/gateway/config**
- Add support for {proxy+}
- Support for strict CORS
- Refactor Api Gateway config parsing using Config class
- Support for base path
- Fix ags modules
- Fix AGS UI modules when you run it the first time.
- AGS CLI: Add AGS UI
$ ags -a
- AGS CLI: Add AGS_PORT
- AGS CLI: Support configurable ports through cli argument
- AGS UI: AGS initial web application.
- AGS UI: Features body template parsing
- AGS UI: Sample templates