Skip to content

nimahkh/go_aws_graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config AWS

create a file name .aws/credentials inside your root folder. mkdir ~/.aws && nano ~/.aws/credentials and put these lines in your file as default settings of aws credentials

[default]
aws_access_key_id = <ACCESS KEY>
aws_secret_access_key = <ECRET ACCESS KEY>

Install modules

go install

Run the project

go run cmd/start.go

Now open localhost:8085/users on your browser and pass the GraphQl queries in URL as below:

http://localhost:8085/users?query={list{name}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages