Guillaume Delacour

Results 18 issues of Guillaume Delacour

This PR update Lambda runtime to NodeJS 16.x, as NodeJS 12.x [will be EOL soon](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-support-policy). By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

## Overview Noticed **taskat** instead of **taskcat** in `test run`, `test retry` subcommands and `upload` commands. ## Testing/Steps taken to ensure quality re-run the command output the correct name after...

The smartmatch feature has been introduced in perl but not marked as experimental at the start. With [perl >= 5.18](https://metacpan.org/pod/release/RJBS/perl-5.18.0/pod/perldelta.pod#The-smartmatch-family-of-features-are-now-experimental), the feature has been marked as experimental and as dnsenum...

As per https://github.com/fwaeytens/dnsenum/blob/master/dnsenum.pl#L1402, the long option for `-o` is `--output`, not `'--out` (or your can update the help :) )

Exactly same file as `2.7` release, except `WM_VERSION` variable.

Closes: #15 * [x] Fix [instructions](/aws-samples/serverless-coffee-workshop/blob/main/instructions/content/1b-workflow/6-WaitForOrder/_index.en.md) * [ ] Update [screenshot](/aws-samples/serverless-coffee-workshop/blob/main/instructions/static/images/se-mod1-wait4.png) (set ResultPath to `$.cause`) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

As Node.js 12.x will be deprecated soon: https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-node-js-12-x-in-the-aws-sdk-for-javascript-v3/. Code return 201 without changing anything except the running version itself. By submitting this pull request, I confirm that you can use,...

### Summary Use latest version to leverage on more recent runtime images of actions (mostly NodeJS 16 to 20) I also propose to use [dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) to help sync them up2date...

### Summary Support `tags` and/or `run_tags` in *overrides.auto.pkrvars.hcl*: ``` tags = { owner = "myteam" environment= "test" } run_tags = { owner = "packer" environment= "build" } ``` Before this...

*Issue #, if available:* Closes: #317 *Description of changes:* * Clean unnecessary attributes * Include tag: to give possibility to propagate them for the next runTask/UpdateService step (TASK_DEFINITION) Note: Most...