Skip to content

v0.1.0

Compare
Choose a tag to compare
@Plenituz Plenituz released this 14 Jan 00:37
· 56 commits to main since this release
  • added frontend_build to run build commands in a nodejs container
  • added aws_cloudfront_static_hosting to serve a static website on AWS with cloudfront/S3. Intended for use with the static_hosting wrapper
  • added aws_s3_sync_files to synchronize files between a local folder and an S3 bucket
  • added gcp_cloudrun_static_hosting to serve a static website on GCP using Cloud Run (with an Nginx image)/Load balancing. Intended for use with the static_hosting wrapper
  • added static_hosting to serve a static website all supported platforms. Currently GCP and AWS
  • added gcp_project_setup as a low level component to create and/or setup a GCP project
  • added gcp_next_js to host a ~fully functional Next.js website on GCP
  • added aws_next_js to host an almost fully functional Next.js website on AWS