Skip to content

Make signed HTTPs requests to AWS services using pure AWS SDK 2.0.

License

Notifications You must be signed in to change notification settings

dblock/aws-sdk-sigv4-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SDK v2 Sigv4 Request Demo

Sign and make HTTPs requests to AWS services in pure AWS SDK v2.

Loosely inspired by aws-request-signing-apache-interceptor, minus the interceptor.

Amazon OpenSearch

To run the OpenSearch sample, replace the values of host and region in the source and run the following.

export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export AWS_SESSION_TOKEN=

mvn compile exec:java -Dexec.mainClass="org.dblock.AmazonOpenSearchServiceSample"

Copyright

Copyright AWS SDK v2 SigV4 Demo Contributors. See NOTICE for details.

License

This demo is licensed under the Apache 2.0 License.

About

Make signed HTTPs requests to AWS services using pure AWS SDK 2.0.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages