Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Questions tagged with .NET on AWS
Build, deploy, and develop .NET applications on AWS
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
455 results
I’m looking for guidance on modernizing .NET Framework applications that rely heavily on Windows Workflow Foundation (WWF), particularly when AWS Transform / Transform Custom is part of the modernizat...
1
answers
0
votes
29
views
asked a day ago
Most documentation I found is specific to the low-level BatchWriteItem (such as https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html#:~:text=A%20single%20call%20to%20...
1
answers
0
votes
33
views
asked a month ago
I’m trying to understand the rollout timeline of the .NET 8 managed runtime in AWS Lambda.
**Note: Lambda function has Auto set in runtime configuration **
On these dates, I observed different runtim...
2
answers
0
votes
77
views
asked 2 months ago
I try to setup AWS CodeBuild with a reserved capacity fleet using windows-server-2022. I use a custom docker image from a private ECR repository.
I have the issue that the runner setup fails during t...
1
answers
0
votes
66
views
asked 2 months ago
```
IAmazonBedrock _bedrock;
string s3inputKey = $"BatchJobInput/{dbTag}/{accountNumber}-{attachmentId}-{DateTime.UtcNow:yyyyMMdd_HHmmss}.jsonl";
//s3inputKey file exists in s3
string s3outputKey = $...
1
answers
0
votes
49
views
asked 2 months ago
I am using the dotnet/.NET sdk, and I have a somewhat general question:
When programming for DynamoDB (for for other AWS services in general) are the SDK libraries designed to throw dotnet exceptions...
1
answers
0
votes
82
views
asked 4 months ago
Recently, I lost access to my MFA program. When I tried to sign in without the MFA code and proceeded to step 2 (“Sign in using alternative factors”), I clicked the "Call me now" button. However, I re...
2
answers
0
votes
142
views
asked 4 months ago
I am trying to open a seller account, when it comes to 2-way verification code I had to fill in with my cell phone for verification to send the SMS, but I tried several time with another phone but it ...
1
answers
0
votes
110
views
asked 4 months ago
I’ve been exploring AWS server less architecture and keep coming back to the big question: Can any business really go fully server less on AWS?
On the surface, it seems like a great fit reduced infra...
2
answers
0
votes
84
views
asked 4 months ago
I'm interested in hearing from developers who have taken the new AWS Skill Builder courses focused on Application Signals, particularly the Python developer track (we previously launched support for ....
1
answers
0
votes
78
views
asked 5 months ago
I’m trying to authenticate to AWS using RolesAnywhere from a C# .NET Framework web application via client certificate. However, I keep getting the error: {"message":"Unable to form certificate ID from...
1
answers
0
votes
131
views
asked 5 months ago
I've been trying to deploy simple web API (.Net9) to Lightsail Container.
Here is the code:
```
var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();
app.MapGet("/", () => "Hel...
2
answers
0
votes
78
views
asked 6 months ago