Skip to content

Application hangs sending to SQS using docker container hosted in AWS AppRunner #2591

Answered by ashishdhingra
j5alive asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @j5alive,

Good morning.

Somehow, I'm unable to reproduce the issue. Below are the reproductions steps, used us-east-1 region for all AWS resources (reference https://aws.amazon.com/developer/language/net/badges-and-training/app-runner/module-three/).

  1. Created SQS queue named testapprunnerqueue
  2. In Terminal/Console,
  • Created folder named AppRunnerTest.
  • Executed command dotnet new webapi -n HelloAppRunnerVpc --framework net6.0 to create a new WebApi project.
  1. In the newly created WebApi project,
  • Deleted the default controller and model classes created by template.
  • Added/modified the below classes:
    QueueController.cs
using Amazon.Runtime;
using Amazon.SQS;
using Amazon.SQS.Model;
using

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #2588 on April 25, 2023 17:01.