Questions tagged with .NET on AWS

Build, deploy, and develop .NET applications on AWS

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hi everyone, I've created an Lambda Auth Function in C# to for basic authentication for REST APIs. However, once deployed and configured I'm receiving this error when doing a quick test in the AWS...
Accepted AnswerAWS Lambda.NET on AWS
1
answers
0
votes
236
views
Dev-FP
asked 4 months ago
Hi! We have some .net6 code that we run on both Lambda and Fargate (we can configure which container we use for each of our workloads based on criteria linked to how long it usually takes) So, the...
1
answers
0
votes
590
views
asked 4 months ago
Hi There, I have been using AWS Lambda Project with ASP.NET Web API and deploying the same in AWS Lambda but now I want to integrate the .NET Aspire which is a cloud ready stack and gives many...
1
answers
0
votes
459
views
Atif
asked 4 months ago
Hi, I have an EC2 instance which is running some REST endpoints written in C#/.net 6. In order of importance, I'd like to figure out how to: 1) Respond to https properly 2) Ideally redirect http...
1
answers
0
votes
183
views
asked 4 months ago
I am building a web application with React + .NET Web API + SQL Server. I want to host them on AWS but i' am confused about how to do it. From my research I have these options: * EC2 machine where I...
2
answers
0
votes
527
views
Daniel
asked 4 months ago
In the Console, Create Parameter Group, I am creating an new Parameter group Using Engine Type: Microsoft SQL Server Standard Edition for Custom RDS, and Parameter Group Family:...
1
answers
0
votes
351
views
asked 4 months ago
Hi Everyone, I have a .net console application packaged into a docker image and I am running it on a lambda. I am getting this error after all the funtionality was executed. (Program.Main()...
1
answers
0
votes
333
views
Indu
asked 4 months ago
I am developing a lambda function in C# that is called from an api with authorization. I need to get the calling user's email, I have the following code:- //get user email ...
3
answers
0
votes
468
views
MartinU
asked 4 months ago
We have a project that uses yaml templates to create a changeset and execute the changeset to deploy a frontend stack to two different AWS accounts. We're trying to create a codepipeline that builds...
2
answers
0
votes
377
views
asked 4 months ago
var request = new RunTaskRequest { Cluster = "zzzz", LaunchType = LaunchType.FARGATE, TaskDefinition = "zzzz", Count = 1, // Number of tasks to run } I have created a task with...
1
answers
0
votes
455
views
Indu
asked 4 months ago
Hi, I'm trying to build against the .NET Bedrock SDK, and trying the code at https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/csharp_bedrock-runtime_code_examples.html for anthropic 3...
3
answers
0
votes
392
views
John C
asked 5 months ago
my task use case is 1. Create sqs queue to process excels uploads + dlq 2. Create producer and consumer lambda functions 3. Add s3 upload event trigger to producer lambda 4. Add sqs worker lambda to...
1
answers
0
votes
767
views
asked 5 months ago