No BC Break
- update nodejs version to 16
- update dependencies version. replace unmaintained
@zeit/ncc
with@vercel/ncc
- update readme to use with aws-actions/configure-aws-credentials
- fix: add try/catch inside async
run
function - fix:
Error: InvalidParameterException: Invalid parameter at 'registryId' failed to satisfy constraint: 'must satisfy regular expression [0-9]{12}'
on optionalaws-account-id
input - use
@aws-sdk/client-ecr
package instead ofaws-sdk
. it reduces generate dist file
This release is completely delivered by @IndraGunawan.