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.
From what I've read this is because my Lambda is attached to my VPC for RDS access.
I've followed several tutorials now and it's still timing out.
- How are you supposed to troubleshoot these...
I'm using the latest 5.1.2 version of the GameLift server SDK for C# and observing a buggy behavior in the SDK: Upon having a client connect, my server receives the player session ID from the client,...
I was doing a Lab which required me to do a publish to AWS from VS code under the Solution Explorer tab. Unfortunately the "publish to AWS" is not displaying when i right click as the lab indicates. ...
We moved to NET8, so therefor we started using a NET8 image for a Lambda.
The Lambda accesses two MySql databases in RDS.
On the Lambda we see in Configuration - RDS Databases that both databases...
I have the setup:
Some event -> EventBridge -> SQS Target
When sending messages to SQS or SNS from event bridge - I want to add an attribute onto the message. How can I do that?
Hi AWS, I am creating a SQL Database Project. I tried creating it with both Azure Data Studio and Visual Studio and I figured out that by default it is creating the project in .NET MVC Framework...
I have a .net blazor server in which I am trying to pass data to my lambda function that works perfectly when tested from the aws console with the same data that I (should be) passing into it. I log...
Hi,
I have a use case for comparing two DB snapshot engine versions. From https://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/TRDSDBSnapshotNET45.html, Engine Versions come as strings. Engine...
I am trying to read gzip file in two stages. The first lambda creates byte ranges and passes it on to second lambda. The second lambda uses the byte ranges and creates GetObjectRequest object and I...
![여기에 이미지 설명 입력](/media/postImages/original/IMakaq6fkmSlCUd3EkzepsKg)
The picture said my SMS was successfully delivered, but I can't receive any messages.
I used all permission AccessKeyID. so I...
Hi AWS, I have raised the query several times but I haven't received any convincing answer for it so far. This is the follow up request for the question I asked a couple of days back...
Could you please give me code snippet for log off functionality in Blazor Server?
I have already completed the log in using cognito service. But Logoff on button click is not working.
I have...