by myzie on 7/27/24, 4:10 PM with 11 comments
by mlhpdx on 7/29/24, 9:09 PM
aws account list-regions \
--region-opt-status-contains "ENABLED" "ENABLED_BY_DEFAULT" \
--no-paginate \
--query "Regions[].RegionName" \
--output text
That's the approach I've taken with SAM/Cloudformation deployments[1].[1] https://github.com/mlhpdx/email-origin/blob/main/scripts/dep...
by kjok on 7/29/24, 7:08 PM
by jftuga on 7/30/24, 1:20 AM
Also, are the Function URLs publicly accessible? If so, what safe guards are there to prevent abuse?