Get up and running with the AWS Java SDK very fast

 Are you new to the AWS SDK for Java Version 2? You can get a Java application running very fast by following this quick start: 

https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/get-started.html

For all new projects that use the AWS SDK for Java, its strongly recommended that you use Version 2 as opposed to Version 1. To learn the differences, see What Is the AWS SDK for Java 2.x Migration Guide?.

I work on AWS Java code that helps AWS developers. Included in this role is working with AWS Services such as S3, DynamoDB, EC2, Lambda functions, and so on. 

https://www.linkedin.com/in/scottmacdonald2010/


Comments

Popular posts from this blog

Building and Deploying a Fargate Container that runs Python and performs CloudWatch Logging

Asynchronous DynamoDB Queries with Java Using GSIs and the AWS SDK v2 Enhanced Async Client

Automate Your API Gateway Setup with Boto3: Rendering HTML from Lambda