Skip to content

Latest commit

 

History

History

.aws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Codacy Styleguide AWS Scripts

This modules holds the script to create the styleguide website. It is used to publish:

Requirements

  • sceptre 2
  • AWS CLI
  • Yarn

Structure

  • src - Contains the authentication Lambda.Edge code that allows, only codacy.com email holders, through Google OAuth to access the websites
  • login_resources - static page resources needed by the Lambda.Edge OAuth
  • config - sceptre configurations for both websites
  • templates - aws templates to create the CloudFront, S3 buckets and Lambda.Edge

Usage

AWS

Run make help for all the commands available

Lambda.Edge code

cd src
yarn
yarn build
yarn test