Top "Aws-java-sdk" questions

The AWS SDK for Java provides a Java API for Amazon Web Services.

AWSSecurityTokenServiceException: Acced denied. User is not authorized to perform sts:AssumeRole

I'm new to aws. I want to generate temporary credentials for aws call. And for that I use example from …

amazon-web-services aws-cognito aws-java-sdk aws-sts
How to load property file from classpath in AWS lambda java

I have written AWS lambda function in that i want to read database connection details from property file and which …

amazon-s3 aws-sdk aws-lambda aws-java-sdk
Amazon SQS Queue Does Not Exist

I am trying to access an amazon queue using java sdk. The queue is set in an environment with EC2 …

java amazon-sqs aws-java-sdk
Amazon Cloud Watch Log - PutLogEventsRequest - The given sequenceToken is invalid

I am building a small log tracker for my application using Amazon Cloud Watch service. The idea is not track …

java amazon-web-services amazon-cloudwatch aws-java-sdk
What is the required configuration steps to have a Spring Boot application send simple e-mails via AWS SES?

I have been fighting with this for several hours today. I started with the documentation at http://cloud.spring.io/…

spring-boot amazon-ses aws-java-sdk spring-cloud-aws