# Functions
DeleteAllFromS3 deletes ALL files from S3 given the folder and returns an error if any occurs.
DeleteFromS3 deletes a file from S3 given its path and returns an error if any occurs.
DeployReactApp builds and pushes a docker image to AWS ECR, and then registers and runs a Fargate task to run the image.
DynamoGetUser retrieves a user's information from the DynamoDB table based on the UserID.
DynamoPutUser creates a new user with the given details.
EditAppCSS uploads App.css file to S3.
EditAppJS uploads App.js file to S3.
InitDynamo creates a fresh global dynamodb client.
InitS3 Creates a fresh S3 client, required for the running of the other S3 functions.
ListAllInS3 returns a list of all the items inside the given folder.
StopPreviousTask stops a particular ECS task that is currently running.
No description provided by the author
UploadToS3 uploads the file to S3 and returns the file URL.
# Constants
No description provided by the author
Hard-coded S3 names.
Hard-coded S3 names.
Hard-coded S3 names.