Skip to content

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

Notifications You must be signed in to change notification settings

nimboya/urlshortener-aws-lambda-dynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages