Skip to content

knakayama/serverless-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-url-shortener

Original concept

https://aws.amazon.com/jp/blogs/compute/build-a-serverless-private-url-shortener/

How to use

$ curl \
  -fsSL 'https://s3-us-west-2.amazonaws.com/sha-public-us-west-2/URLShortener/index.html' \
  -o infrastructure/modules/s3/sources/admin/index.html
$ apex infra apply \
  -target=module.iam \
  -var apex_function_serverless_url_shortener=aaa
$ apex deploy serverless_url_shortener
$ apex infra apply \
  -var-file=secret.tfvars
$ apex deploy serverless_url_shortener \
  --set S3Bucket=<_YOUR_BUCKET>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published