michimani / hello-ecs

A sample that uses AWS Copilot to deploy a scheduled task to Amazon ECS. The sample app posts a message to Slack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-ecs

This repository is a collection of samples of applications running on ECS that provisioned by AWS Copilot.

Usage

  1. Install AWS Copilot

    If your local machine's OS is macOS, install it using brew command.

    brew install aws/tap/copilot-cli

    In other OS case, please read AWS Copilot document.
    (Optional) Verify the installation - AWS Copilot CLI

    copilot version
    version: v1.8.3, built for darwin
  2. Please execute it referring to the README of each application.

Sample Apps

A Load Balanced Web Service that returns list of S3 Bucket name in your AWS account.

A scheduled task that posts a message to Slack.

About

A sample that uses AWS Copilot to deploy a scheduled task to Amazon ECS. The sample app posts a message to Slack.


Languages

Language:Go 90.2%Language:Dockerfile 9.8%