Skip to content

Instantly share code, notes, and snippets.

View learn2skills's full-sized avatar

Sunoj Kumar learn2skills

View GitHub Profile
package main;
import com.amazonaws.ClientConfiguration;
import com.amazonaws.auth.profile.ProfileCredentialsProvider;
import com.amazonaws.regions.Regions;
import com.amazonaws.services.stepfunctions.AWSStepFunctions;
import com.amazonaws.services.stepfunctions.AWSStepFunctionsClientBuilder;
import com.amazonaws.services.stepfunctions.model.GetActivityTaskRequest;
import com.amazonaws.services.stepfunctions.model.GetActivityTaskResult;
import com.amazonaws.services.stepfunctions.model.SendTaskFailureRequest;
@learn2skills
learn2skills / .taskcat.yml
Created April 21, 2022 07:31
AWS Fargate Cluster with Cloudformation
project:
name: ecs
regions:
- us-east-2
tests:
default:
template: FargateCluster.yaml
parameters:
ECSClusterName: "test-cluster"