dansalias
Follow
Pinned Loading
-
-
aws_s3_presign
aws_s3_presign PublicDeno module to create presigned URLs for AWS S3
-
Rewrite TypeScript imports at compil...
Rewrite TypeScript imports at compile time 1import ts from 'typescript'
23const unpackImportPath = (node: ts.ImportDeclaration): string => {
4const moduleSpecifier = node.moduleSpecifier as ts.StringLiteral
5return moduleSpecifier.text
-
Invalidate an AWS CloudFront Distrib...
Invalidate an AWS CloudFront Distribution by domain name 1#!/bin/bash
23# get the CloudFront Id
4CF_DISTRIBUTION_ID=$(aws cloudfront list-distributions \
5--query "DistributionList.Items[?contains(Aliases.Items[0], "example.com")] | [0].Id" \
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.