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

https://github.com/pataiji/cloudmagick

CloudMagick is a serverless application which provides a dynamic image transformation like the small light module of apache2
https://github.com/pataiji/cloudmagick

aws aws-apigateway aws-lambda cloudformation image-resizing serverless

Last synced: 4 months ago
JSON representation

CloudMagick is a serverless application which provides a dynamic image transformation like the small light module of apache2

Awesome Lists containing this project

README

          

# CloudMagick

Serverless image resizing tool on AWS.

![!architecture](./docs/images/architecture.png)

## Install


Launch Stack

## Development

#### Deploy

set environments
```
CLOUD_MAGICK_TEMPLATE_BUCKET_NAME
CLOUD_MAGICK_STACK_NAME
CLOUD_MAGICK_BUCKET_NAME
CLOUD_MAGICK_ORIGIN_PREFIX
CLOUD_MAGICK_CUSTOM_DOMAIN_NAME
CLOUD_MAGICK_ACM_CERTIFICATE_ARN
CLOUD_MAGICK_LOG_BUCKET_NAME
CLOUD_MAGICK_LOG_PREFIX
CLOUD_MAGICK_PRICE_CLASS
CLOUD_MAGICK_MIN_TTL
CLOUD_MAGICK_MAX_TTL
```

and run

```
$ bin/deploy
```

#### Release

set environments
```
CLOUD_MAGICK_RELEASE_BUCKET_NAME
VERSION
```

and run

```
$ bin/release
```