python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Testcontainers, Localstack SES and Publishing to SNS
I'm using Spring Boot 2.6.3, with testcontainers version 1.16.3 and aws-java-sdk version 1.12.178. I'm trying to create an Integration test using testcontainers and the testcontainer localstack module...
sabbysabs
Votes: 0
Answers: 0
LocalStack Kinesis Lambda sets StartingPosition to LATEST no matter what
I have a simple localstack pipeline:
Kinesis with a single shard
Single lambda function reading the data
When setting the lambda function event_source_mapping the StartingPosition is always being se...
ak_slick
Votes: 0
Answers: 0
SSL error when testing kinesis with localstack + test containers
I'm running into an issue with trying to connect to kinesis running in a localstack container. I made a small example test using testcontainers but I get the same error in my application.
This is the ...
John Mercier
Votes: 0
Answers: 2
Running a Cloudformation project on localhost with DynamoDB, Lambda, and API Gateway resources using Localstack
I have a CloudFormation project with the following configs.
AWSTemplateFormatVersion: '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Description: >
team-up-interactions
Resources:
handler:
...
sissonb
Votes: 0
Answers: 0