summaryrefslogtreecommitdiffstats
path: root/deploy/cloudfront.go
AgeCommit message (Collapse)Author
2024-02-07Avoid impporting deploy from config when nodeploy tag is setBjørn Erik Pedersen
Test: ``` go list -tags nodeploy ./... | grep deploy ``` Fixes #12009
2024-01-31deploy: Fix CloudFront invalidation with AWS SDK2Bjørn Erik Pedersen
2024-01-31Upgrade to deploy to use AWS SDK V2Franky W
2023-08-30deploy: Create AWS session for CloudFront invalidation via Go CDKMatt Brown
This allows the AWS credentials to be picked up from the configured target URL (like blob does) rather than the current behaviour of only relying on the defaults. Relying on the defaults here means having to specify credentials twice (once in the URL for the blob, once in the environment for this code path) when non-default AWS credentials are in used (e.g. via a profile).
2023-08-21deploy: Update InvalidateCloudFront to use Go CDK helperOleksandr Redko
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
Updates #9687
2020-10-23build: Allow optional "nodeploy" tag to exclude deploy command from binEric Hagman
Fixes #7826
2019-05-06deploy: Support invalidating a CloudFront CDN cacheRobert van Gent