Git Product home page Git Product logo

repo1's Introduction

Configurations

The Terraform scripts can be configured using the following parameters:

Parameter Description
s3_bucket The name of S3 Bucket to store the objects.
region The AWS region where the service will be deployed. Default is us-east-1
url_length The length of the key to be used for a short URL. Default is 8
hash_salt The salt so keys generated for short URL are unique only to you. A salt string can be between 6 and 32 characters providing decent randomization. Reference
expiration_days The number of days for short URLs before they expire. Default is 30 days
is_custom_domain_available Set his to true if you would like to use a custom domain as an alias for the Cloudfront Distribution domain. If true, You should provide value for dns_name must be provided and Public Hosted Zone should be available for the Domain in Route53. Default value is false.
dns_name The domain name to be used for URL shortener as an alias to Cloudfront distribution.
env Env name for the service. Default is dev.
app_name Env name for the service. Default is dev.
is_enable_url_tracking To enable URL click tracking and storing stats in DynamoDB table. Default is: short-url-tracking
insert_batch_size Insert operation batch size to DynamoDB table. Default is 10
  1. Different types of Short URLs supported as follows:

    S.No. Link Type Description
    1 Custom Branded Link Short URLs with custom domain name and a customized back-half. Ex. https://custom-domain/godigital
    2 Branded Link Short URLs with custom domain name but no customized back-half. Ex. https://<>/5xptmnh6
    3 Short URL with custom back-hald CloudFront generic domain, with a customized back-half. Ex. https:///godigital
    4 Generic Short URL CloudFront generic domain, with random back-half. Ex. https:///5xptmnh6
  2. URL click tracking: Capturing user statistics like click time, client device type, client browser etc. in DynamoDB table

  3. Custom Domain Support: Custom DNS name support with Route53 and CloudFront.

repo1's People

Contributors

devops2615 avatar 15anshika avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.