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.
435 results
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...
I am trying to access aws programmaticaly using access key,secret key and session token in visual studio environment to connect my .net core api.I am able to connect aws account so that i can access...
I am having my first go at AWS.
I successfully created an environment for hosting a .NET website. From the Environment overview panel I can click on the domain displayed and it is coming up fine....
Hi,
I'm using nuget packages AWSSDK.Core and AWSSDK.S3 in .net for integrating S3 in my application.
Until version 3.7.106.45 of AWSSDK.Core I can use this two pieces of code to verify the existence...