Skip to content

Instantly share code, notes, and snippets.

View gdmcdonald's full-sized avatar

Gordon McDonald gdmcdonald

View GitHub Profile
@gdmcdonald
gdmcdonald / flowise-cloudformation.yml
Created July 9, 2024 08:00 — forked from MrHertal/flowise-cloudformation.yml
AWS Fargate cluster hosting Flowise exposed through ELB.
AWSTemplateFormatVersion: "2010-09-09"
Description: This template creates resources for Flowise application
Parameters:
Stage:
Description: Prefix of resource names
Type: String
Default: flowise