https://github.com/adamfitzpatrick/mighty-runner-authorizer
https://github.com/adamfitzpatrick/mighty-runner-authorizer
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamfitzpatrick/mighty-runner-authorizer
- Owner: adamfitzpatrick
- Created: 2019-04-18T03:19:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:30:20.000Z (over 3 years ago)
- Last Synced: 2024-12-28T15:38:00.335Z (over 1 year ago)
- Language: JavaScript
- Size: 544 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mighty-runner-authorizer
Provides lambda function and build infrastructure for an API Gateway authorizer to allow or deny
access to APIs for the MightyRunner application.
# Infrastructure
Infrastructure management is provided via AWS CloudFormation templates:
- **pipeline.template.yml** Describes the stack for a CodePipeline to build and deploy the application from a GitHub repo. Required as a prerequisite to deploy the application
- **authorizer.template.yml** Describes the stack for the application itself, provisioning the lambda, DB and associated IAM configuration