Skip to content

SJDEdge/apollo_server_fargate_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo Server Fargate Test

Bare bones Apollo server containerised and pushed to AWS ERS/ECS

Building the docker image:

docker build -t apollo-server-fargate-test .

Running the docker image as a container:

docker run -p 4000:4000 --name api-apollo-server-fargate-test -d apollo-server-fargate-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published