Frederic Bonin
Frederic Bonin
Fixed the issue by inserting the TGW local name in the construct name for associations. I did not use the remote TGW name as mentioned here #855 since it might...
Fixed the issue by using the VPC CIDR range if the subnet is undefined as mentioned in this ticket : https://github.com/aws-samples/aws-secure-environment-accelerator/issues/773 By submitting this pull request, I confirm that you...
I only add the suffix for the second route created so that it does not break current installation. See comment below : // Since we want to continue to support...
Implemented : https://github.com/aws-samples/aws-secure-environment-accelerator/issues/870 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
As seen here, if encoding is passed a string should be returned instead of a Buffer https://nodejs.org/api/fs.html#filehandlereadfileoptions
### Issue #302 ### Description of changes Fix an issue with console.log when using format pattern, implement util.format ### Checklist - [X] Created unit tests in `tests/unit` and/or in Rust...