Skip to content

Ignas Sakalauskas

.NET Development Blog

  • Home
  • About
  • GitHub
  • LinkedIn
  • Twitter


profile for Ignas at Stack Overflow, Q&A for professional and enthusiast programmers

Tag: localstack

Waiting LocalStack S3 to start

Waiting LocalStack S3 to start

In my previous blog post about LocalStack S3 setup I’ve included a hardcoded delay of 5 seconds before actually calling AWS SDK. This gives enough time when waiting LocalStack to start and be ready to accept incoming requests. However, what is actually enough?

Continue reading Waiting LocalStack S3 to start
Posted on 22/09/201803/10/2020Categories techTags .net core, localstack, s3Leave a comment on Waiting LocalStack S3 to start
LocalStack S3 setup for .net core development

LocalStack S3 setup for .net core development

If you use AWS S3 and don’t want to use the actual bucket for one or another reason for your local development, you’ve probably come across LocalStack S3 mock for this. Especially, if you are running your apps or integration tests in Docker.

Continue reading LocalStack S3 setup for .net core development
Posted on 19/05/201827/01/2019Categories techTags .net core, aws, localstackLeave a comment on LocalStack S3 setup for .net core development
Proudly powered by WordPress