Skip to content

dinghydev/dinghy-example-cloudfront-sites

Repository files navigation

dinghy-example-cloudfront-sites - A Dinghy Project

This is a complete, end-to-end Infrastructure as Code (IaC) example project using Dinghy, showcasing the CloudFront Sites Demo.

Generate Deployment Diagram

Deployment Diagram

Local Development

Install Dinghy Cli

Need only once if not already done:

curl -fsSL https://get.dinghy.dev/install.sh | sh

To develop with devcontainer

dinghy devcontainer

To render all output fomrats

dinghy render

To perform basic tf actions

dinghy tf init
dinghy tf plan
dinghy tf apply

Combined tf action

dinghy tf diff

Which does following:

  1. render --format tf
  2. tf init
  3. tf plan
  4. Additional CICD notification and manual job triggering

Dinghy documentation

For detailed documentation and usage examples, visit: https://dinghy.dev

About

An example project demonstrating how to define and manage websites using AWS CloudFront with Dinghy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published