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.
434 results
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...
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...
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...
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...
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:...
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()...
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
...
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...
var request = new RunTaskRequest
{
Cluster = "zzzz",
LaunchType = LaunchType.FARGATE,
TaskDefinition = "zzzz",
Count = 1, // Number of tasks to run
}
I have created a task with...
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...
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...
Our elastic beanstalk environments running Windows Server are unable to have their app servers restarted since the managed update:
Platform update from 64bit Windows Server 2016 running IIS 10.0...