Skip to content

raksul/aws-sam-image-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-resize

Requirements

  • go1.12
  • docker

Setup process

Installing dependencies

make deps

Building

make build

Local development

Invoking function locally

sam local start-lambda

Packaging and deployment

make deploy \
  CodeBucket=raksul-image-resize-code \
  StackName=raksul-image-resize \
  VpcId=vpc-xxxxxxxx \
  Subnet1=subnet-xxxxxxxx \
  Subnet2=subnet-xxxxxxxx \
  Bucket=raksul-image-resize

About

An example Image Resize API written in Golang using AWS SAM and Lambda with ALB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published