Laurel May
Laurel May
If you want to change the source and recompile you can make the following changes in `pkg/awsutil/session.go`: - Replace `endpoints.UsEast1RegionID` with `endpoints.UsGovWest1RegionID` - Replace `endpoints.AwsPartitionID` with `endpoints.AwsUsGovPartitionID` Hopefully when #391...
Another thing that might be worth mentioning is that since the GovCloud Administrator user is just a regular IAM user, aws-nuke will try to delete it as well as the...
So I think that's part of it. But there's something even weirder happening when specifying a dependency on `internetConnectivityEstablished` for a private subnet. For example: ```ts #!/usr/bin/env node import 'source-map-support/register';...
> I guess the safe solution is to have `Function` add the dependency to itself by default. I'm a little concerned about pessimizing deployment speed for Functions that _don't_ need...
While this is a feature and may need a README update, I wasn't sure how to go about documenting that naturally; most of the docs go over the features more...
I've added an example to the README. Thanks for the suggestion on location. I added an additional example to be able to talk more about the `vpcSubnets` and NAT requirements...
> I always err on the side of more tests so even though we have that test in lambda, I think we should add it here as well. Basically, for...
> So, I've been thinking about this and, after taking a look at the linked issue that was resolved, I feel unclear about what the value add here is. Given...
I've also updated the tests now that #21369 has been merged to follow the pattern of expecting various error conditions.
Going to convert this to draft -- I accidentally checked in snapshots from a dry run and I don't think this can be properly implemented until #21348 is resolved.