#
AWS specific components for Node.js Changelog / ES2017
## 1.2.0 (2023-03-01)
### Breaking changes
* Renamed descriptors for services:
- "\*:service:lambda\*:1.0" -> "\*:service:awslambda\*:1.0"
- "\*:service:commandable-lambda\*:1.0" -> "\*:service:commandable-awslambda\*:1.0"
### Features
- Updated dependencies
## 1.1.6 (2021-09-03)
### Bug Fixes
* Fixed LambdaClient invoke function
## 1.1.1-1.1.5 (2021-09-02)
### Bug Fixes
* Fixed base name adding to the command in CommandableLambda
* Added reference to aws-sdk
* Added aws as a formal dependency
* Fix LambdaService act function, add cmd duplication check
## 1.1.0 (2021-06-11)
### Features
* **services** LambdaService, CommandableLambdaService
* **containers** Modified LambdaFunction to delegate actions to LambdaService(s)