Skip to content

cisagov/cyhy-hackfest-2022-09

Repository files navigation

cyhy-hackfest-2022-09

GitHub Build Status

Purpose

CyHy Hackfest 2022-09 to test CI/CD deployment of GraphQL APIs to AWS AppSync.

Spiffy Diagram

The following diagram shows how this repository interacts with a development, staging, and production environments.

graph LR
    subgraph GitHub
        repo[Repository]
        repo -->|push| build[Build]
        build -->|push| test[Test]
        test -->|push| deploy[Deploy]
    end
    subgraph AWS
        deploy -->|terraform| dev[Development]
        deploy -->|terraform| stage[Staging]
        deploy -->|terraform| prod[Production]
    end
Loading

Contributing

We welcome contributions! Here be dragons! Please see CONTRIBUTING.md for details.

License

This project is in the worldwide public domain.

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Releases

No releases published

Packages

No packages published