Skip to content

This repository is used to document the content I develop on AWS, including the use of SDK, CDK, and others.

Notifications You must be signed in to change notification settings

KyleChang95/AWS-Development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Development

Setup Credentials

  • ~/.aws/config
    [profile myAWS]
    region = us-west-2
    output = json
    
  • ~/.aws/config
    [myAWS]
    aws_access_key_id = {access_key_id}
    aws_secret_access_key = {secret_access_key}
    

About

This repository is used to document the content I develop on AWS, including the use of SDK, CDK, and others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published