All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.66.0 (2020-03-09)
- AWS Lambda: Support configuration of destinations (#7261) (8ed6a6e) (Mariusz Nowak)
- AWS Cognito: Fix pool update handling (#7418) (0898664) (Mariusz Nowak)
- AWS HTTP API: Ensure function
timeout
setting is respected (#7420) (b52a41d) (Mariusz Nowak) - AWS Websocket: Fix AWS partition support (#7430) (9b627fb) (Austin J. Alexander)
- AWS S3: Add source account to lambda permissions for S3 events (#7417) (7d67f33) (Callum Smits)
- Variables: Relax pattern to allow non-ascii defaults (#7431) (7310782) (Arben Bakiu)
- Standalone: Fix logic responsible for notifications about new versions (#7412) (1565d03) (AJ Stuyvenberg)
1.65.0 (2020-02-28)
- AWS HTTP API:
- Support access logs configuration (#7385) (f2cb89a) (Mariusz Nowak)
- Support attachment to externally created API (#7396) (f47b340) (Mariusz Nowak)
- Support
timeout
configuration (#7401) (df9846d) (Mariusz Nowak)
- Components: Support Cloud Components (#7390) (0ed52f6) (Eslam Hefnawy)
- AWS API Gateway: Support association of VPC endpoint ids (#7382) (19012a9) (Alexandre Tremblay)
- AWS CloudFormation: Support
resource.extensions
for safe resource extensions (#7352) (08ec261) (Geoff Baskwill)
- AWS Local Invocation:
- Ensure AWS creds resolution for local docker invocation (#7375) (90b3a8f) (frozenbonito)
- Ensure AWS env vars in local invocation made with docker (#7349) (c09f718) (frozenbonito)
- Fix handler resolution (multi
.
case) for local invocation (#7398) (d84e9e7) (Arben Bakiu)
- Standalone: Ensure to bundle local invocation non Node.js artifcats (#7409) (506ad86) (Mariusz Nowak)
- AWS EventBridge: Ensure AWS EventBrigde target ids fit 64 chars limit (#7359) (103fdac) (Frédéric Barthelet)
- AWS IAM: Ensure consistency in role and policy names (#7357) (9a0aaa8) (Thomas Schaaf)
- AWS SNS: Fix handling of
redrivePolicy
(#7277) (292b1ca) (tcastelli)
1.64.1 (2020-02-26)
- AWS HTTP API: Configure default stage explicity (#7383) (3d79a7a) (Mariusz Nowak)
- Follow symlinks when writing a config (#7374) (3e1e1f4) (Neil Locketz)
- Service state path resolution (#7388) (5017f03) (Arben Bakiu)
- When packaging do not crash on deps with no package.json (#7368) (8518000) (darko1979)
1.64.0 (2020-02-18)
- AWS HTTP API:
- Support CORS configuration (#7336) (ca69387) (Mariusz Nowak)
- Support JWT authorizers (#7346) (fbf99fa) (Mariusz Nowak)
- AWS API Gateway:
- Support
provider.logs.restApi.roleManagedExternally
(#7333) (9b701a4) (coyoteecd)
(so CloudWatch IAM role access can be handled externally) - Support
authorizer.managedExternally
option forhttp
event authorizers (#7327) (7abb23e) (Geoff Baskwill)
(so permissions for lambda authorizers are handled externally)
- Support
- AWS IAM: Support
provider.rolePermissionsBoundary
to set IAM boundary (#7319) (09466b5) (Thomas Schaaf) - AWS ALB: Support
provider.alb.targetGroupPrefix
setting (#7322) (3910df1) (isen-ng & jinhong-)
(so ALB target groups are prefixed with common strings, and can be easily referenced externally) - AWS Kinesis: Support Enhanced Fan-out (Consumer) streams (#7320) (9eba218) (Zac Charles)
- AWS Local invocation: Improve performance of invocations in Docker containers (#7178) (f6d9bfd) (Richard Davison)
- AWS Deploy:
- Support
deploymentBucket.maxPreviousDeploymentArtifacts
customization (#7283) (0241468) (Edmundo Santos) - Support tweaking max concurrent artifact uploads count (#7295) (0592a27) (Edmundo Santos)
- Support
- AWS HTTP API: (design fix) Instead of creating AWS stage, publish to default stage in all cases (#7331) (44c2342) (Mariusz Nowak)
- AWS API Gateway: Limit permission scope of authorizers (#7300) (c05dcb3) (Philipp Muens)
- AWS Websocket: Fix route names normalization (#7294) (33291c8) (tom-marsh)
1.63.0 (2020-02-05)
- AWS HTTP API: Initial basic routes configuration support (69170d0)
- Support
destinations
config on stream events (#7262) (ea4ac26) - Support rich and reusable S3 buckets configuration (#7156) (382c0bf)
- Fix
sls logs
so it also covers output from aliases (#7270) (4468805), closes #7214 - Standalone: Ensure to use proper CLI params parser (f426ed7)
1.62.0 (2020-01-29)
- Support
redrivePolicy
configuration on SNS events (#7239) (4f27378) - Ensure deterministic WebSockets deployment id (so deployments are skipped when no changes are detected) (#7248) (9f0131f)
azure-nodejs-typescript
template (#7252) (0549d85)
- Variables: When resolving SSM parameter, ensure to retrieve status code from AWS error correctly (bc5bbbe), closes #7237
- Do not overwrite
go.mod
onmake
in Go template (#7245) (1793cf8)
1.61.3 (2020-01-21)
- Support
code
parameter onServerlessError
(f6c5179)
1.61.2 (2020-01-15)
- Separate AWS region and credentials resolution concern (91525e8). Fixes serverless/enterprise-plugin#340
1.61.1 (2020-01-14)
- AWS APIGW: Fix default resource policy configuration (8814671) Fixes regression introduced with #7138 Closes #7194 and #7211
1.61.0 (2020-01-13)
- Standalone: Windows Chocolatey PM integration (85b196f)
- Add support for plain .git template URLs (3cfa750)
- Enhance configuration options of cloudFront event (#7170) (9591d5a), closes #7151, addresses #6843 #6785
- Support
BisectBatchOnFunctionError
option on event streams (#7105) (560ceee) - support
RollbackConfiguration
in service config (#7193) (5973c9f)
- Fix CLI params resolution (switch to
yargs-parser
) (#7187) (780fb46), closes #6083 - AWS Lambda: Do not break permission resource (5e63cee), closes #7189
- Ensure CF stacks are deleted on failed creation attempt (#7158) (53a18cb), closes #6612
- Fix and improve openwhisk-java-maven templates (#7164) (41d7d0b)
- Remove hard-coded AWS partitions (#7175) (3236adb)
1.60.5 (2020-01-03)
- Standalone
- AWS Lambda: Fix provisioned concurrency setup issues (remove no longer needed AWS issue workaround) (4821ad2), closes #7137
- CLI
- Plugins: Fix resolution of config when installing plugin (b5dbdaf), closes #7130
- AWS APIGW: Fix handling of removal of
resourcePolicy
setting (e662a91), closes #6789 - Variables: Ensure no same object instances are shared across config (4893f7d), closes #7098
1.60.4 (2019-12-23)
1.60.3 (2019-12-23)
- AWS APIGW: Fix Rest API id detection when no API GW involved (81096ca), regression introduced with #7126
1.60.2 (2019-12-23)
- AWS Lambda
- Fix provisioned concurrency setup (closes #7059):
- Fix provisioned concurrency configuration. Configure on alias, and not on version. Thanks to that it can work with versioning enabled and changes to provisioned concurrency configuration are not immune to
Internal Failure
(04a7657) - Workaround AWS issue related to alias redeployments (56b9d3d)
- Ensure API Gateway endpoints point provisioned version (67d27ed),
- Fix provisioned concurrency configuration. Configure on alias, and not on version. Thanks to that it can work with versioning enabled and changes to provisioned concurrency configuration are not immune to
- Fix CloudWatch logs creation access (a2db989), closes #6241 #6692
- Fix provisioned concurrency setup (closes #7059):
- AWS API Gateway:
- Fix custom resource lambda artifact generation (7132af3)
1.60.1 (2019-12-20)
- Ensure necessary IAM role for handling existing cognito pools (5c6de5c), closes #6579
- Fix support for relative plugins.localPath (10ba8cb), closes #7117
- Support different AWS partitions (f353144)
1.60.0 (2019-12-18)
- Binary installer
- Draw CLI boxes with
boxen
package (80f9a65) - MaximumRetryAttempts config for stream (998b6fd), closes #7012
- Memoize resolution of dev deps exclusion paths (#7091) (5143c2a)
- Support CF instructions in awsKmsKeyArn setting (#7083) (f9b6507)
- Unconditionally display browser url (c900900)
- Update and improve aws-kotlin-jvm-gradle template (#7072) (0b3a08a)
- Ensure not to autocomplete hidden commands (3f7f532)
- Fix AWS partition reference in APIGW CloudWatch role setup (fc74c28), closes #7100
- Fix credentials validation in EC2 environment (#6977) (f8ee027)
- Prevent uncaught exception in case of
open
util issue (f29d169) - Recognize falsy values as CLI options defaults (#7071) (7e0e903)
1.59.3 (2019-12-09)
- Do not set optional ParallelizationFactor when not explicitly set (e74d1a0), closes #7049
- Fix provisioned concurrency support (be0ebb7), closes #7059
1.59.2 (2019-12-06)
- Ensure to not create cognito pools marked as 'existing' (fe546c5)
1.59.1 (2019-12-05)
- Fix mishandling of cachedCredentials in invokeLocal (699e78d), closes #7050, regression introduced with #7044
- Fix spelling and typos in docs, code variables and code comments
- Code cleanup and refactoring
- Add support for contentHandling - Fixes gh-6949
- Fix deployment bucket SSE documentation
- Make authorizer type check from #6150 case insensitive
- Govcloud custom resource fix
- Lint and style patches
- Fix/cors omit access control allow credentials on false
- Fix: remove
$context.status
from websocket access log format - Clarifying Azure setup
- Expose ParallelizationFactor prop for Kinesis Streams
- Replace moment with dayjs
- Update AWS SQS event docs regarding FIFO queue trigger for Lambda
- Awsprovider - adding support for SDK sub-classes.
- Provide backoff for retryable aws requests and the option to adjust the cf status check interval via an environment variable
- Add page for best practices on CI/CD
- Optimize custom resources generation
- Update API GW stage settings only when explicitly set
- Do not apply APIGW wide settings on externally referenced APIGW
- Enable Content Trust checking when pulling lambci/lambda images
- Fix resolution of user configured APIGW
- Add option to change log level for websocket logs
- Support lambda provisioned concurrency
- Fix AWS creds handling
- Fix lambda provisioned concurrency setup
- Fix missing ALB trigger in console
- Add support for vpc link integration discussed as part of #5025
- Setup Codecov
- Fix handling of China region in S3 bucket policy
- Fix policy definition
- Fix typo in Tencent docs
- Add Knative provider template
- Add Knative documentation
- PLAT-1798 - set env vars for AWS creds from cached credentials…
- Add azure python to cli
- updated providers menu order in docs
- Update API Gateway tagging to use partition for deployed region
- Fix: use normalized maps in zipService.js
- Add support for multi-value headers in ALB events
- Improve config error handling
- sls-flask starter kit
- Add variable completion report if variable progress was reported
- Update docs links
- Update documentation to include information about tags
- Python3.8 support!
- Updates to CI/CD settings for the beta
- rename output variables to outputs
- Fix Tencent Template and Readme
- Default to Nodejs12.x runtime
- #6162: Support multiple schemas, don't overwrite RequestModels for each
- Support empty deploymentPrefix
- Note about how to move services to new apps
- Allow casting to boolean in Serverless variables
- Create distinct target groups for different ALBs
- sls create --help improvements
- Fix race conditions handling in stats requests
- Update AWS Limits on Lambda@Edge
- Fixes bug with sns-cross-region definition using psuedo params
- Add tencent-plugins english version docs
- Fix deployment bucket policy handling with custom bucket
- Feat: aws-nodejs-typescript template improvements
- AWS - deployment bucket policy for HTTPS only
- Docs on renamed outputs and expanded support
- Fix minor typo
- Added mock integration documentation example
- Fix region error handling in Lambda@Edge implementation
- Allow specifying ApiGateway logs role ARN
- Adds unused memory alert
- Find origin by domain name and path
- fix minor typo in kubeless docs
- Add tencent provider create-template
- Allow empty arrays in overrides
- Make question mark available as variables fallback
- Improve plugins resolution and initialization flow
- Azure Python template
- Chore - stop using deprecated 'new Buffer()' method.
- AWS - adding naming function for S3 compiled template file name.
- Span docs! and full
serverless_sdk
docs - Fix perms with several CloudWatch log subscriptions
- Fixing an Azure docs broken link
- Adding note to Azure nodejs template
- Updated Azure Functions documentation
- Support for NotAction and NotResource in IAM role statements
- added frontmatter to sdk docs
- Setup completion via CLI command and interactive CLI step
- Upgrade gradle version
- Update Google provider documentation for functions
- SNS integration tests
- SQS integration tests
- Streams integration tests
- Improvements on SQS docs as suggested on #6516
- Schedule integration tests
- Update event documentation
- Upgrade groovy/gradle/plugin versions and dependencies (aws-groovy-gradle)
- Upgrade gradle/plugins version and dependencies (aws-clojure-gradle)
- IoT integration tests
- Update https-proxy-agent dependency
- Allow to use Ref in stream arn property
- Add Tests for resolveFilePathsFromPatterns()
- Integration tests improvements and fixes
- Honor cfnRole in custom resources
- Fixing typos in variable names
- Simplify GitHub Issue / PR templates
- Capture and span docs
- Automate keeping the sfe-next branch upto date
- Update dependencies in aws-scala-sbt template
- PR Template --> Hide useful scripts in expandable section
- Doc refactoring and new features
- doc: add cosmosdb events doc
- Showcase how to use AWS SDK in sls helpers
- Issue 4867 - Allowing InvokeBridge to find handleRequest method from super classes
- Update Azure environment variable documentation
- Update quick-start.md
- Add Questions issue template that navigate users to forums
- Update SLS Deploy Documentation
- S3 Block Public Access
- Documentation for CI/CD
- Added logging Implementation for serverless openwhisk-nodejs template
- Respect logRetentionInDays in log group for websocket
- Remove requirement for an existing AWS profile on sls package command
- Adding docs on using captureError
- Make minor correction to CONTRIBUTING.md.
- [Docs] Added clarification on specifying SNS ARN
- Fix regular expression escaping in aws plugin.
- Update Azure quickstart and Azure Node.js project README
- Update Azure CLI Reference Docs
- Docs: update and clean up hello world app documentation
- Update Azure provider guide docs
- Update azure nodejs template
- Move common test utils to @serverless/test
- Add testing docs
- Add aliyun provider
- Update homepage in package.json to point to the docs
- Fix typo
- Truncated aliyun events menuText
- Added Components Versions
- Add commas when specifying Google roles for legibility
- Add Theodo to the consultants section of the README
- Remove incorrect AWS Access Role test instruction
- Feat: add qualifier option to invoke command
- Upgrade @serverless/test to v2
- Allow plugins not in registry to be installed
- PLAT-1599 Modularize interactive AWS setup
- Documented url+zip deploy strategy for serverless-kubeless
- Improve message for Windows users in AWS credentials setup
- Fix custom resources install
- Add support for MaximumBatchingWindowInSeconds property on stream events
- Alibaba Docs Update
- Update Jackson versions
- Improvements to stats handling
- Add initialize lifecycle event
- Fix API Gateway name not being resolved API Gateway Resource not in main stack
- Support optional CloudWatch logs writing for custom resource lambdas
- Ensure inquirer's chalk override works through symlinks
- Fixes aws partition name in apigateway resourceArn to support GovCloud
- Do not retry on AWS 403 errors
- Fix overriding package settings after packaging function
- null
- Download templates from a Bitbucket Server
- Update Readme to replace SC5.io with nordcloud.com
- Add plugin hooks to define config variable getters
- Allow for tail on GetAtt parsing
- Resolve empty config object for an empty config file
- Remove enterprise from upgrade notes
- Add support for Lambda@Edge
- Tests for interactive CLI
- Support functions without events in CloudFront remove logging
- Add support for Condition and DependsOn
- Improve plugin loading error reporting
- Use hooks to log Lambda@Edge removal reminder
- Quickfix "too many open files" issue on Windows
- Bump sfe plugin!
- replace use of tenant with org in docs & templates
- Update insights.md
- AWS API Gateway customize log level
- Fix retained layer logical id
- add docs for options misused in #6546
- Fix: Remove Bluebird promise warning when NODE_ENV=development
- AWS API Gateway set value of provider.logRetentionInDays for log group expiration
- Fix support for external websocketApiId
- Ensure AWS SDK is mocked for tests that call it
- do not log warnings on empty arrays
- API Gateway enable/disable access/execution logs
- Allow unresolved Rest API id with provider.tags setting
- Improve error reporting
- Fix exclusion of Yarn logs in Lambda packages
- Improve Rest API id resolution for SDK updates
- Fix ServerlessError handling
- Style updates for docs
- PLAT-1629 - Fix custom resource lambda naming
- Ensure API Gateway CloudWatch role is setup via custom resource
- Render event information in aws-ruby handler template
- Adding ap-south-1 to supported region list
- Fix invalid path char in GoLang packaging on Windows
- Multiple event definitions for existing S3 bucket
- Remove Enterprise and Platform from log info
- Allow AWS Subscription Filters to be reordered
- Check if more than 1 existing bucket is configured
- Multiple event definitions for existing Cognito User Pools
- Improve error handling
- Add PreTokenGeneration & UserMigration Cognito triggers
- Add Twilio Runtime to create templates
- Update kubeless guide docs
- Fix ImportValue handling in existing S3 buckets #6416
- Improve interactive AWS creds flow
- Retain existing Cognito User Pool config
- Switch integration tests runner from Jest to Mocha
- Change strategy for deciding to deploy new function.
- Fix support for EventBridge partner event sources
- fix(GITHUB-6525-5172): Rewrite copyDirContentsSyncAllow to call fs-extra::copySync() on the directories instead of calling it on the files to copy individually
- Do not crash CI on Coveralls error
- Only add merged IAM policies for Lambda when they will be used (#6262)
- Setup APIGW CloudWatch role via custom resource
- Fix deploy command if package.individually set on a function-level
- Remove hard coded partition when validating subscription filters
- Fix cross-account/cross-regions SNS subscriptions to topics with the same name
- Add EventBridge event source
- Update invoke-local.md documentation
- Doc new insights
- New error insight alert doc update to reflect per execution inspection
- Existing S3 bucket fixes
- Add note for supported version of existing bucket feature
- Support in interactive flow for SFE provided AWS creds
- Fix sls package regression caused by cred fail fast
- Issue 6364 request path
- Remove spaces from Cognito Pool Name
- Use slss.io for links
- Fix regression in EC2 & CodeBuild caused by missing creds check
- Use Python3 for Python in interactive setup
- Fixing broken link for Node install.
- Added Cloud Build option for serverless deploy guide
- Changed AWS subscription filters to use function object name
- Strip trailing comment when renaming a service
- Improve tracking reliability
- SFE plugin & sdk version info
- Allow optionally splitting SSM parameter value for StringList type
- Cross region SNS Trigger
- Fix typo
- Add SLS_NO_WARNINGS env var
- Fix async S3 test
- Fix AWS secret access key validation in interactive CLI
- Improve post install message
- PLAT-1385 Ensure expected service name in interactively created project
- Updated gradle and kotlin.js gradle plugin fixing #5598
- actually update the right aws creds link interactive setup aws
- Integrating Components
- Add support for existing Cognito User Pools
- Add the missing colon
- Add Onica as a Consultant
- Correct typo
- Adapt new ESLint and Prettier configuration
- Ensure deploy is triggered in CI
- Remove jsbeautify configuration
- Improve PR template
- Allow users to specify API Gateway Access Log format
- Fix service.provider.region resolution
- Add null as a consultant
- Update very minor typo in credentials.md
- Expose non-errors in informative way
- Fix async leaks detection conditional
- Typo fix in AWS ALB event documentation
- Websockets: fix passing log group ARN
- Specify invoke local option in the guide
- Update Webpack version and usage of aws-nodejs-ecma-script template
- Make ALB event target group names unique
- Improve Travis CI conf
- Support for Github Entreprise in sls create
- Merge patch 1.46.1 release artifacts back into master
- Add support for existing S3 buckets
- PLAT-1202 - Interactive
serverless
create - PLAT-1091 - message in
npm i
output about theserverless
quickstart command
- Fix formatting issue with Markdown link
- Update docs | dont use provider.tags with shared API Gateway
- Fix: Update azure template
- Improve user message
- Reference custom ApiGateway for models and request validators if conf…
- Ensure integration tests do not fail when run concurrently
- Improve integration test experience
- Fix lambda integration timeout response template
- Fix duplicate packaging issue
- Fix Travis configuration for branch/tag runs
- fixed a typo 🖊
- Fix #6267
- #6017 Allow to load plugin from path
- Added correction based on community feedback
- Remove package-lock.json and shrinkwrap scripts
- Remove README redundant link
- Remove default stage value in provider object
- Use naming to get stackName
- Fix typo in link to ALB docs
- Add ip, method, header and query conditions to ALB events
- Feature/support external websocket api
- Add
--config
option - Fix and improve ESlint config
- Tests: Fix mocha config
- Thorough integration testing
- Tests: Isolation improvements
- Add support for Websocket Logs
- Cleanup and improve Travis CI configuration
- Tests: Fix stub configuration
- Tests: Upgrade Sinon
- Add Application Load Balancer event source
- Do not run integration tests for PR's
- Adding a validation to validation.js script
- Tests: Upgrade dependencies, improve isolation and experience on Windows
- Add support for S3 hosted package artifacts
- Remove root README generator
- Myho/npm lint fix
- Use common prefix for log groups permissions at Lambdas' execution roles
- Update Scala version to 2.13.0 for aws-scala-sbt template
- Built in integration of Serverless Enterprise
- Setup Travis Windows support / Remove AppVeyor
- Update required Node.js version / Add version check
- Add scopes for cognito type APIGW referenced authorizer
- Do not throw error if authorizer has empty claims
- Tests: Patch mocha bugs and fix broken async flow cases
- Fix tagging API Gateway stage fails if tag contains special characters like space
- Solve the problem of principal format in China region
- Upgrade mocha, switch from istanbul to nyc, improve tests configuration
- Update services.md
- Azure: exclude development dependency files when packaging functions
- Update release process docs and toolings
- Update AWS Node.js runtime to version 10
- Fix tests setup issues
- Update deploy.md
- Adding a more specific example of how to package individually
- Update Azure Functions Template
- Update cloudflare documentation
- Azure template update
- Remove not used module
- Support color output in tests
- Fix validation after API Gateway deployment
- Improve handling of custom API Gateway options
- Update cors.md
- Add tags to AWS APIGateway Stage
- Remove safeguards when using API Gateway Stage resource settings
- Enable Setting Amazon API Gateway API Key Value
- Add more specific sub command error handling
- Use region pseudo parameter
- Add authorization scopes support for cognito user pool integration
- Merging v1.41.1 changes back into master
- Support wildcard in API Gateway cors domains
- Support setting both proxy and ca file for awsprovider AWS config agent
- Fix doc: How to update serverless
- Update event.md
- Allow Fn::Join in stream event arns
- Fix markup error with Authe1.42.0 (2019-05-09)ntication value
- Drop duplicate paragraph in aws/guide/credentials
- Improve integration test of aws-scala-sbt
- Highlight skipping of deployments
- Add support for API Gateway REST API Logs
- Implement logging with Log4j2 for aws-scala-sbt
- Update serverless.yml.md
- Fixed three small typos in doc
- fixed small errors in spotinst docs
- Add support for API Gateway Binary Media Types
- SDK based API Gateway Stage updates
- Add error message when provider does not exist
- The code for removing comments is easy to read
- Added rust template for Cloudflare WASM
- Remove useless variable assignment
- Merge identical IF-branches
- eslint: Mark as root config
- #4750 Java invoke local support for handlers that implement RequestStreamHandler
- #5993: Ability to pass args for docker run command during invoke local docker
- Add additional Capability when Transform is detected
- #5990: Fix layer download caching during invoke local docker
- #5947: Ensure invoke local docker runs lambda with the dependencies
- Updating Node.js runtime version
- Make it easier on the eyes of serverless newcomers
- Allow specifying a retention policy for lambda layers
- Update quick-start.md
- Add AWS x-ray support for API Gateway
- Add support for multiple usage plans
- #5945: Invoke local docker to pass env vars to lambda container
- Update newsletter + enterprise link in readme
- Align error logging
- Fixing minor typo
- Documentation tweak around shared authorizers
- Support for asynchronous lambda invocation with integration type AWS
- Add unit tests for getLocalAccessKey function
- Document changes from #4951
- Added ability to create custom stack names and API names
- Fixes #5188 "Failed to fetch the event types list due the error: API …
- Allow * in variable string literal defaults
- Add Serverless instanceId concept
- Doc: Include that APIGateway status code of async events
- Update npm dependencies
- Add support for invoke local with docker
- fix regression with golang check on windows
- Support for Cloudwatch Event InputTransformer
- Allow individual packaging with TypeScript source maps
- Support API Gateway stage deployment description
- Allow Fn::Join in SQS arn builder
- Add AWS x-ray support for Lambda
- Fix CloudFormation template normalization
- Fix bug when using websocket events with functions with custom roles
- Print customized function names correctly in sls info output
- Added websockets authorizer support
- Support more route characters for websockets
- kotlin jvm maven updates
- Put
Custom Response Headers
into[Responses]
- Packaging exclude only config file being used
- Set timout & others on context in python invoke local
- Append in Custom Syntax
- Don't load config for
config
- Replace blocking fs.readFileSync with non blocking fs.readFile in checkForChanges.js
- Added layer option for deploy function update-config
- fix makeDeepVariable replacement
- Make local ruby pry work
- Replace \ with / in paths on windows before passing to nanomatch
- Support deploying GoLang to AWS from Windows!
- Fix windows go rework
- Make use of join operator first argument in sns docs
- add support for command type='container'
- Add Google Python function template
- Update config-credentials.md
- Update bucket conf to default AES256 encryption.
- Fix: override wildcard glob pattern (**) in resolveFilePathsFromPatterns
- Indicate unused context in aws-nodejs-typescipt
- Add stack trace to aws/invokeLocal errors
- Missing underscore
- Updating cloudformation resource reference url
- Docs: Replacing "runtimes" with "templates"
- Add support for websockets event
- AWS: ${ssm} resolve vairbale as JSON if it is stored as JSON in Secrets Manager
- Fix service name in template install message
- Fixes for AWS cors config issues
- Preserve whitespaces in single-quote literal fallback
- AWS: Add fallback support in ${cf} and ${s3}
- Throw an error if plugin is executed outside of a serverless directory
- Require provider.credentials vars to be resolved before s3/ssm/cf vars
- Provide multi origin cors values
- handle layers paths with trailing slash and leading ./ or just .
- Resolve profile before performing aws-sdk dependent actions
- Fix assuming a role with an AWS profile
- Allows Fn::GetAtt with Lambda DLQ-onError
- Fix #5664 - Rollback fails due to a timestamp parsing error
- AWS: Tell S3 bucket name and how to recover if deployment bucket does not exist
- Do not print logs if print command is used.
- Default to error code if message is non-existent
- Add resource count and warning to info display
- Add uploaded file name to log while AWS deploy
- Enable tab completion for slss shortcut
- Upgrade google-cloudfunctions to v2 and set defaults to node8 etc
- Convert reservedConcurrency to integer to allow use env var
- AWS: Consolidates Lambda::Permission objects for cloudwatchLog events
- Suppress confusing warning "A valid undefined..."
- Add google go template
- Provide AWS_PROFILE from configuration for invoke local
- Test that CLI does not convert numeric option to number
- Remove duplicate-handler warnings based on community feedback.
- Enable download template from a private github repo using personal access token
- Fix sls plugin install -n @scoped/package
- AWS: Request cache should add region as key to prevent cross-region cache collision
- Fixed a link
- Clarify docs for the http key for GCF
- Fix awsProvider.js : "Cannot use 'in' operator to search for '0'
- Fix array notation in stream ARN
- Remove platform code
- Increase @types/aws-lambda version in aws-nodejs-typescript template
- Update aws-scala-sbt template
- docs: Kubeless secrets
- docs menu sidebar - added [Getting Started] above [Providers]
- Fix layer doc reference to functions (should be layers)
- Log AWS SDK calls in debug mode
- Added currently supported regions for GCP functions
- Update Cloudflare Templates
- AWS: Validate rate/cron syntax before Deploy
- Fix error log output
- Support for native async/await in AWS Lambda for aws-nodejs-typescript template
- aws-csharp create template uses handler-specific artifact
- change behaviour on initial stack create failed
- Add warning for multiple functions having same handler
- AWS: Add API Gateway stage name validation.
- fix Cloudflare template config
- AWS: Fix ${cf.REGION} syntax causes deployment in wrong region
- support for @ symbol in ${file()} variables paths
- Fix ResourceLimitExceeded for cloudwatchLog event
- various documentation updates (#5625, #5613, #5628, #5659, #5618, #5437, #5623, #5627, #5665)
- Fix logRetentionInDays regression in AWS
invoke local
support for Ruby lambdas- Set reserved concurrency in cfn template even if zero
- Fix
--env
being shadowed when usingsls invoke local
- Preserve whitespace in variable literal defaults
- Drastically improved dev dependency exclusion performance
- Extend ${cf} syntax to get output from another region
- Upgrade aws-sdk dep to fix issues with using AWS Profiles
- Documentation updates
- Lambda Layers support
- Python3.7 support
- Updating roles requirement for GCF deployment
- Support returning promises from serverless.js
- update CloudFlare worker docs to new more consistent config
- fix --aws-profile so it overrides profile defined in serverless.yml
- Fix invoke local when using a callback in nodejs
- Fix parsing of --data & --context option with invoke local
- 2116 consistent errors missing config
- Update plugin version of google-nodejs template
- insert line break to suppress warning
- Fix wrong example function name.
- Removed errant apostrophe
- Wrong error when S3 bucket name starts with an upper-case character
- Fix integration test
- Use pythonX instead of pythonX.Y in invoke local(take 3)
- update python invokeLocal to detect tty
- Fix typo in Google workflow
- Updating services.md > Invoking Serverless locally
- Assume role and MFA support for Serverless CLI
- Fix build error caused by new docs PR
- Adding Ruby support for OpenWhisk provider plugin.
- Update Cloudflare Workers documentation
- break single general issue template into two specialized templates
- Improve language in alexa-skill documentation
- APIG ApiKeySourceType support.
- Revert "Update cognito-user-pool.md"
- Let function package.individually config override service artifact
- Added CloudWatch Proxy to examples
- Multiple cloudformation resources
- Added possibility to specify custom S3 key prefix instead of the stan…
- Doc update for openwhisk package name
- add aws-go-mod
- Fix bin process not always exiting
- Avoid args being rounded and converted to numbers
- Add CacheControl headers on the OPTIONS response in AWS API Gateway
- fix Makefile style for Go template
- Update handler name when deploy a single function
- fix: Implement context.log function for invoke local command on Python environment.
- validate if serverless.yml exists when running sls info command
- Update documentation, README.md
- Remove invalid log
- fix 3916
- Update cognito-user-pool.md
- add gitignore setting to Go template
- fixed anchor links in aws/guide/variables.md file
- Serverless Pipeline
- add Serverless Line Bot example
- Update invoke-local.md
- Webtask Deprecation
- Add Support for Shorthand CloudFormation Syntax
- Provide Consistent Service Path (Fix #5242)
- Add Cloudflare to docs/getting-started page.
- Invoke local override env
- more faithfully represent aws lambda python runtime context
- Update AWS TypeScript handler template
- add untildify package to handle create paths with a ~
- [Docs] - Add support information for AWS lambda and SQS
- Update README.md
- Add information on invoking Workers.
- Update quick-start.md
- Cloudflare: Specify config under provider property
- Create an HttpsProxyAgent for plugin list if necessary
- Add support for Cloudflare Workers
- docs: Fix mismatch in AWS Metrics
- Add new template for AWS Alexa Typescript
- Remove
/tmp/node-dependencies*
- Adds FilterPolicy to SNS event
- Update API Gateway Default Request Templates
- Update serverless.yml.md
- Fix for #3069 - Failing to handle schedule event body params
- Remove redundant link to same docs page
- Fixed a bug when using DynamoDB events with Serverless Platform
- Fixed a bug when using deep variable references
- Fixed an issue with Makefile of the aws-go-dep template
- Fix CI deployment to Serverless Platform
- Fix a minor resources ID issue on Serverless Platform
- Update nodejs template to 8.10
- Added support for multiple access keys for multiple tenants
- Fixed a publishing bug when having more than 100 resources
- Add Windows support for spawning mvn
- Update spawn API with {shell=true}
- AWS Clojurescript Gradle Template
- Use latest dotnet runtime in AWS Lambda
- Ignore null errors to allow resolution instead of rejection on undefined SSM variables
- Fixed a bug when using deep variable references
- Add support for installing templates and boilerplates from GitLab
- Fixed that create command didn't use the service name given as -n option
- Fixed a bug when using APIG lambda integration with Serverless Dashboard
- Fixed a bug by transforming env var to string when setting num value
- Fixes issue with Node 10.7.0
- Serverless Dashboard Updates: Subscriptions, Resources, Deploys and Refresh Tokens
- Support
invoke local
of AWS Lambda Async Functions - Improve aws-scala-sbt template
- Add SQS event integration
- Integration with the Serverless Dashboard
- Add APIG resource policy
- Add PRIVATE endpoint type
- Added ability to create custom stack names and API names
- Add print options to allow digging, transforming and formatting
- only use json-cycles when opt-in, for state serialization
- Make function tags inherit provider tags
- Make local plugins folder configurable
- More flexible version constraint for AWS Lambda Go library
- Update aws-java-maven template to use Log4J2 as recommended by AWS
- Fix binary support for pre-flight requests (OPTIONS method)
- Add maxAge option for CORS
- Add fn integration
- iamManagedPolicies merging with Vpc config
- Support arrays in function definition too
- Add iam managed policies
- Pass authorizer custom context to target lambda
- Allow UsagePlan's to be created without ApiKeys defined
- Added name property to cloudwatchEvent CF template
- Java maven templates for OpenWhisk
- Pass serverless variable when calling function in referenced file
- Eliminate/Report Hung Promises, Prepopulate Stage and Region, Handle Quoted Strings
- Restricting alexaSkill functions to specific Alexa skills
- Add support for concurrency option in AWS Lambda
- Fix concurrency upload
- Support AWS GovCloud and China region deployments
- AWS Go support
- Support for using an existing ApiGateway and Resources
- Add logRetentionInDays config
- Add support of
serverless.js
configuration file - Add "did you mean..." CLI suggestions
- Add
--template-path
option toserverless create
- Add support POJO input support for Java invoke local
- Improve Stage and Region Usage
- Add API Gateway endpoint configuration
- Add cache to Variables class
- Added support for circular references in the variable system
- Circular Vars Fix
- Ignore the check whether deploymentBucket exists when using "package"
- Template / AWS Kotlin JVM Gradle
- Basic logging for python invoke local
- Add Amazon S3 Transfer Acceleration support
- Updated awsProvider to allow manual specification of certificate auth
- Fix lambda version generation when only function config changes
- Added request cache and queue to AWS provider and use it from variable resolution
- Add significant variable usage corner cases
- Fix this.userStats.track is not a function error when tailing function logs
- Improve variables test
- Error when file referenced in serverless.yml does not exist
- Run "serverless deploy list" if timestamp is not specified in rollback command
- Add alexaSmartHome event
- Distinguish plugin initialization error from plugin not found error
- Removing private: true from function does not change it's state
- Change packaging order in zipFiles function
- Enable bluebird long stack traces only in SLS_DEBUG mode
- Create service using template from an external repository
- API Gateway timeout hardcap
- Set stdin to a TTY in invoke.py to allow PDB use
- Add function attached to API Gateway effective timeout warning
- Exclude dev dependency .bin executables
- Fix "deploy function" command by normalizing role
- Add print command to generate output of computed serverless.yml
- Print message if Serverless Framework update is available
- Allow symlinks as custom variable files in serverless.yml
- Provide option to conceal API Gateway key values from the output
- Configurable Authorizer Type
- Obey VIRTUAL_ENV on Windows
- Implement pinging for the CLI login
- Fixed a bug with deploy function not inheriting provider config
- Added Auth0 Webtasks Provider Template for Nodejs
- Added Java support for invoke local
- Serverless now fails if provided profile is not valid
- Removed escaping of double quotes around string values in Serverless Variables
- Added 4 new plugin commands
- Added aws-kotlin-jvm-marven template
- Added --update-config option to deploy function command
- Added description to CloudWatch Events
- Added support for aliasing commands
- Added --function option to deploy command
- Fixed a bug with Kinesis events
- Fixed a bug with packaging
- Allow custom CLI class instances
- Add support in Spotinst Functions
- Add PHP support for OpenWhisk
- Fixed a bug with stack deletion monitoring
- Allow AWS Profile CLI option to overwrite config and env
- Improve performance of the package plugin
- Add support for custom context with Invoke Local
- Add aws-nodejs-typescript template
- Add aws-nodejs-ecma-script template
- Allow updates for AWS profiles
- Fixed a bug in Invoke Local when using Python in Windows
- Fixed a bug with the Variable System overwrites
- Add Serverless Run plugin
- Add Serverless Emit plugin
- Kubeless template for python and nodejs
- Improve deprecation hook message
- Removed provider name validation
- Fixed a bug with dev dependencies exclusion
- Fixed a bug with "deploy list functions"
- Fixed a bug with Serverless Plugins loading
- Added support for a new "default" property for Plugins CLI options
- Fixed a bug with dev dependencies exclusion
- Added support for a new "publish" property to opt-out from Platform publishing
- Fixed a bug with "sls remove" when the stack includes Exports
- Added support for request parameter configuration with lambda-proxy integration
- Enhanced the environment variables for invoke local to include AWS_REGION
- Updated the deploy command to ignore custom plugins in service directory during deployment
- Fixed a bug with function packaging
- Updated the package command to ignore function packaging if a custom artifact is specified
- Added support for absolute paths when using Serverless Variables file references
- Cleanup F# build template output on macOS - #3897
- Add disable flag for OpenWhisk functions - #3830
- Only redeploy when the code/config changes - #3838
- Add opt-out config for dev dependency exclusion - #3877
- Add infinite stack trace for errors - #3839
- Fixed a bug with autocomplete - #3798
- CI/CD fix for the Serverless Platform - #3829
- Added support for usage plans to APIG - #3819
- Optmizied packaging to exclude dev dependencies - #3737
- Added support for S3 server side encryption - #3804
- Improved HTTP error handling - #3752
- Throw an error when requsted CF variable doesn't exist - #3739
- Throw an error if an individual package is empty - #3729
- Fixed autocomplete bug with help option - #3781
- Fixed installation error - #3763
- Added autocomplete support to the CLI - #3753
- Added KMS key support - #3672
- Added Cognito User pool support - #3657
- Added serverless.json support - #3647
- Added aws-profile support - #3701
- Added CloudFormation validation support - #3668
- Fixed S3 event race condition bug - #3705
- Fixed CORS origin config bug - #3692
- Added login command - #3558
- Added support for DeadLetter Config with SNS - #3609
- Added support for S3 variables - #3592
- Added rollback function command - #3571
- Added
X-Amz-User-Agent
to list of allowed headers in CORS - #3614 - Added support for HTTP_PROXY API Gateway integration - #3534
- Added IS_LOCAL environment variable with invoke local command - #3642
- Removed package.json in exclude rules - #3644
- Fixed a bug when using dot notation in YAML keys (#3620)
- Fixed bug when referencing variables from other variable object values (#3604)
- Fixed bug when packaging a functions-free service (#3598)
- Added support for cross service communication via CloudFormation outputs (#3575)
- Add Lambda tagging functionality (#3548)
- Added support for Promises in the variable system (#3554)
- Added hello-world template (#3445)
- Improved Info plugins lifecylce events for plugin authors (#3507)
- Allow service to be specified as object in serverless.yml (#3521)
- Fix bug when using the package command with the variable system (#3527)
- Separated packaging and deployment with a new package command (#3344)
- Extend OpenWhisk runtime support (#3454)
- Upgrade gradle wrapper to 3.5 (#3466)
- Fixed bug when using event streams with custom roles (#3457)
- Fixed bug with SNS events (#3443)
- Fixed bug when using custom deployment bucket (#3479)
- Added support for Python 3.6 for Lambda (#3483)
- Added new syntax to specify ARN for SNS events (#3505)
- Add CloudWatch Logs Event Source (#3407)
- Add version description from function (#3429)
- Add support for packaging functions individually (#3433)
- Add support for packaging functions individually at the function level (#3433)
- Update serverless-alpha detection (#3423)
- Fixed bug with ANY http method (#3304)
- Reduced unit test time significantly (#3359)
- Added AWS Groovy Gradle Template (#3353)
- Reduce dependency tree depth between IAM & Log Groups (#3360)
- Added entrypoints for plugins (#3327)
- Removed pre-install script (#3385)
- Expose plugin hooks (#2985)
- Add support for Node 6 runtime in invoke local (#3403)
- Updated Node.js templates to include Node 6 runtime by default (#3406)
- Removed breaking changes warnings (#3418)
- Auto loading serverless-alpha plugin (#3373)
- Fixed bug with serverless plugins lookup (#3180)
- Fixed bug with
serverless create
generated .gitignore (#3355) - Fixed bug with authorizer claims (#3187)
- Added support for CloudFormation service roles (#3147)
- Improvements for invoke local plugin (#3037)
- Added Azure Functions Node.js template in
serverless create
(#3334) - Allow DynamoDB and Kinesis streams to use GetAtt/ImportValue (#3111)
- Fixed bug with deployment progress monitoring (#3297)
- Fixed "too many open files" error (#3310)
- Fixed bug with functions lists loaded from a separate file using Serverless Variables (#3186)
We've removed the IamPolicyLambdaExecution
resource template and replaced it with inline policy within the role as it's been causing issues with VPC and bloating the CF template. This is a breaking change only for users who are depending on that resource with Ref
or similar CF intrinsic functions.
The function name displayed when you run sls info
is now the short function name as found in serverless.yml
rather than the actual lambda name to keep it more provider agnostic. This could be breaking for any user who is depending or parsing the CLI output.
- Added CloudWatch event source (#3102)
- Fixed average functions duration calculation in "sls metrics" output (#3067)
- Added SLS_IGNORE_WARNINGS flag and logging upcoming breaking changes (#3217)
- Reduced memory consumption during zipping process (#3220)
- Fixed bug when using LogGroup resources with custom roles (#3213)
A minimal patch release that fixes an issue with rendering README.md on npm registry.
Important Note: This release includes breaking changes. If your services stopped working after upgrading to v1.6.0, please read the following section.
Up until this release, CloudWatch log groups were created implicitly by AWS/Lambda by default and were not included in your service stack. However, some users were able to easily reach the CloudWatch log group limits (currently at 500 log groups), and it wasn't an easy task to clear them all. Because of that we decided to explicitly create the log groups using CloudFormation so that you can easily remove them with sls remove
. This was also optionally possible with the cfLogs: true
config option.
If your service doesn't have the cfLogs: true
set, and one of the function has been invoked at least once (hence the log groups were created implicitly by AWS), then it's very likely that you'll receive a "log group already exists" error after upgrading to v1.6.0. That's because CF is now trying to create the already created log groups from scratch to include it in the stack resources. To fix this breaking change, simply delete the old log group, or rename your service if you must keep the old logs.
Up until this release, the output section of the generated CloudFormation template included an output resource for each function Arn. This caused deploying big services to fail because users were hitting the 60 outputs per stack limit. This effectively means that you can't have a service that has more than 60 functions. To avoid this AWS limit, we decided to remove those function output resources completely, to keep the stack clean. This also means removing the function Arns from the sls info
command, and at the end of the deployment command.
This is a breaking change for your project if you're depending on those function output resources in anyway, or if you're depending on function arn outputs from the deploy or info commands. Otherwise, your project shouldn't be affected by this change. Fixing this issue depends on your needs, but just remember that you can always create your own CF outputs in serverless.yml
.
This is a breaking change for plugin authors only. If your plugin used the provider.getStackName()
method, it has been moved to naming.js
, and should be referenced with provider.naming.getStackName()
instead.
We've finally dropped support for the defaults
property which we introduced in v1. All child properties should now be moved to the provider
object instead.
- Reduce memory consumption on deploy by at least 50% (#3145)
- Added openwhisk template to
sls create
command (#3122) - Allow Role 'Fn::GetAtt' for Lambda
role
(#3083) - Added Access-Control-Allow-Credentials for CORS settings (#2736)
- add Support for SNS Subscription to existing topics (#2796)
- Function version resources are now optional. (#3042)
- Invoke local now supports python runtime. (#2937)
- Fixed "deployment bucket doesn't exist" error (#3107)
- Allowed function events value to be variables (#2434)
- Fix bug with multi line values is given in IoT events (#3095)
- Add support of numeric template creation path (#3064)
- Fix deployment bucket bug when using eu-west-1 (#3107)
- Added IoT event source support (#2954)
- Cognito user pool authorizer (#2141)
- Service installation with a name (#2616)
- Fix VTL string escaping (#2993)
- Scheduled events are enabled by default (#2940)
- Update status code regex to match newlines (#2991)
- Add check for preexistent service directory (#3014)
- Deployment monitoring fixes (#2906)
- Credential handling fixes (#2820)
- Reduced policy statement size significantly (#2952)
- Alexa event support (#2875)
- New C# service template (#2858)
- Local Invoke Improvements (#2865)
- Service wide metrics (#2846)
- Install service by pointing to a Github directory (#2721)
- Add support for stdin for invoke & invoke local (#2894)
- Fixed exit code for failed function invocations (#2836)
- Stricter validation for custom IAM statements (#2132)
- Fixed bug in credentials setup (#2878)
- Removed unnecessary warnings during Serverless installation (#2811)
- Removed request and response config when using proxy integration (#2799)
- Internal refactoring
- Metrics support (#1650)
- AWS credential setup command (#2623)
- Lambda versioning on each deploy (#2676)
- Documentation improvements with
serverless.yml
file reference (#2703) - Display info how to use SLS_DEBUG (#2690)
- Drop
event.json
file on service creation (#2786) - Refactored test structure (#2464)
- Automatic test detection (#1337)
- Add DependsOn for Lamda functions and IamPolicyLambdaExecution (#2743)
- Add JSON data parsing for invoke command (#2685)
- Internal refactoring
- Lambda environment variables support (#2748)
- Load Serverless variables from javascript files (#2495)
- Add support for setting custom IAM roles for functions (#1807)
- Lambda environment variables support in Invoke Local (#2757)
- Tighter and secure permissions for event sources (#2023)
- Fix
--noDeploy
flag to generate deployment files offline without needing internet connection (#2648) - Bring back the
include
packaging feature with the help of globs (#2460) - Internal refactoring
We will include the LogGroup for your Lambda function in the CloudFormation template in the future. This will break deployments to existing applications because the log group was already created. You will get a warning about this if you deploy currently. We will force this behaviour in a future release, for now you can set it through the cfLogs: true
parameter in your provider config. This change will also limit the logging rights to only this LogGroup, which should have no impact on your environment. You can read more in our docs.
- Rollback Support (#2495)
- Log Groups in Cloudformation (#2520)
- Allow Services without functions (#2499)
- Clean up S3 Deployment bucket only after successful deployment (#2564)
- Allow Inclusion after Exclusion using ! Globs (#2266)
- Version Pinning for Serverless Services to only deploy with specified versions (#2505)
- Invoke local plugin (#2533)
- Plugin template (#2581)
- Simple Plugins are now installable in subfolder of the service (#2581)
- Fix variable syntax fallback if the file doesn't exist (#2565)
- Fix overwriting undefined variables (#2541)
- Fix CF deployment issue (#2576)
- Correctly package symlinks (#2266)
- Large documentation refactoring (#2527)
Following is a selection of features, bug fixes and other changes we did since 1.0.2. You can also check out all changes in the Github Compare View
- Stack Tags and Policy (#2158)
- CF Stack Output Variables in Verbose deploy output (#2253)
- Custom Status code for non-proxy APIG integration (#2014)
- Function Runtime can now be configured per function (#2425)
- Allow absolute path for invoke command event file (#2443)
- Add list deployments command to show last deployments stored in S3 bucket (#2439)
- Fix not thrown error after failed ResourceStatus bug (#2367)
- Fix overwrite resources and custom resource merge bug (#2385)
- Clean up after deployment works correctly now (#2436)
- Migrate Integration tests into main repository (#2438)
- Clean up NPM package (#2352)
- Clean up Stats functionality (#2345)
Accidentally released 1.0.1 to NPM, so we have to skip this version (added here to remove confusion)
- The HTTP Event now uses the recently released Lambda Proxy by default. This requires you to change your handler result to fit the new proxy integration. You can also switch back to the old integration type.
- The Cloudformation Name of APIG paths that have a variable have changed, so if you have a variable in a path and redeploy CF will throw an error. To fix this remove the path and readd it a second deployment.
Following is a selection of the most important Features of the 1.0.0 since 1.0.0-rc.1.
You can see all features of 1.0.0-rc.1 in the release blogpost
- New documentation website https://serverless.com/framework/docs
- API Gateway Improvements
- Supporting API Gateway Lambda Proxy (#2185)
- Support HTTP request parameters (#2056)
- S3 Event Rules (#2068)
- Built-in Stream Event support (Dynamo & Kinesis) (#2250)