Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/53ningen/aws-redirect-rules-gen

AWS マネジメントコンソールへのリダイレクトルールを生成するジェネレータ
https://github.com/53ningen/aws-redirect-rules-gen

Last synced: 7 days ago
JSON representation

AWS マネジメントコンソールへのリダイレクトルールを生成するジェネレータ

Awesome Lists containing this project

README

        

aws management console redirect rules for S3 static webhosting
===

see: [https://53ningen.com/chrome-address-bar-aws/](https://53ningen.com/chrome-address-bar-aws/)

## usage

```
# console
./gen > /tmp/generated.xml

# cli
./json-gen > ./config.json
aws s3api put-bucket-website --bucket redirect.53ningen.com --website-configuration file://config.json
```

## LICENSE

MIT