chrisLoef / serverless-redirect-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to your CDK TypeScript Serverless Redirect Service!

With this software you could easily build a redirect service, if you maybe bougth a new domain and want to redirect your traffic to this domain. You could also personalize different source path to specific target or just forward the whole traffic to a main url.

TBC

The cdk.json file tells the CDK Toolkit how to execute your app.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About


Languages

Language:TypeScript 79.2%Language:JavaScript 20.8%