Releases: Plenituz/anyfront
Releases · Plenituz/anyfront
v0.2.5
v0.2.4
v0.2.3
- AWS blocks now allow having several domain names
- AWS block now allow having an apex domain name
- Switched internals of most components to new pipeline system
anyfront
block now searches in sub directories for compatible package.jsonanyfront
block now tries to detectnext export
build commands as static hosting- added
aws_sveltekit
block - switched
aws_next_js
block to using open-next internally - added cloudformation template to try out anyfront easily
v0.2.2
- added examples for: docusaurus, vue, solidjs
- added
anyfront
block that automatically detects the right infrastructure for your project - added pre-configured HCL templates to deploy project without configuration
- added cloudformation template example to deploy a project with barbe
- switched to used shorthand urls
- some bug fixes
v0.2.1
v0.2.0
v0.1.1
v0.1.0
- 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 thestatic_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 thestatic_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