You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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