- Removed unnecessary legacy validation
- Updated dependencies
- Updated
package.json
engines.node
property to reflect changes from v5
- Updated dependencies
- Transitioned from
aws-sdk
toaws-lite
- Added Node.js 20.x to test matrix
- Breaking change: removed support for Node.js 14.x (now EOL, and no longer available to created in AWS Lambda)
- If no Lambda is specified, default to
@http
root handler (if possible) - Added ability to specify an absolute file path for logs
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Added Node.js 18.x to test matrix
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies; sub-dep
lambda-runtimes
addsnodejs16.x
.
- Updated dependencies
- Architect 10 plugin API support!
- Added
npx arc-logs
direct invocation
- Breaking change: bare CLI arguments (e.g.
logs {Lambda src} production
) as aliases to flags are now discarded, please use CLI flags (e.g.logs {Lambda src} --production
orlogs {Lambda src} -p
) - Internal change: AWS calls now rely on Inventory region, not
AWS_REGION
- Stop publishing to the GitHub Package registry
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda) and Node.js 12.x
- Breaking change: removed support for deprecated
--nuke
flag - Updated dependencies
- Updated dependencies
@plugins
-defined Lambdas can now use bothfunctions
andpluginFunctions
plugin interface methods
- Support for pulling logs from custom
@plugins
-defined Lambdas
- Updated dependencies
- Added support for new Arc 8.3+ CloudFormation resource names
- Implemented Inventory (
@architect/inventory
) - Updated dependencies
- Breaking API change:
nuke
method has been deprecated in favor ofdestroy
nuke
CLI flags will work for a while longer
- Updated dependencies
- Improved support for projects with enough CloudFormation resources to paginate calls
- Thanks @tobytailor + @filmaj!
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies