Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Simple URL Shortener using AWS Lambda and Dynamo DB using Chalice Framework

Simply shorten a URL and get a short link from the long url

  • AWS Lambda
  • API Gateway
  • DynamoDB
  • Chalice Framework

Setup

Create .chalice/config.json

$ cat .chalice/config.json
{
    "stages": {
        "dev": {
        "api_gateway_stage": "api",
        "environment_variables": { "APP_TABLE_NAME": "itsshort" }
        }
    },
    "version": "2.0",
    "app_name": "itsshort"
}

Environment Variables on your local machine

export APP_TABLE_NAME=xxxxxxxxxxxxxxxxxxxx

About

Simple URL Shotener using AWS Lambda and Dynamo DB using Chalice Framework

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages