All Content tagged with .NET on AWS

Build, deploy, and develop .NET applications on AWS

Content language: English

Select tags to filter
Sort by most recent
457 results
I'm querying a DynamoDB GSI (parentUploadId-index) to get the first incomplete record (where status <> "COMPLETED") for a given parentUploadId. Here's my code: ``` public async Task<(int, int)> Quer...
1
answers
0
votes
34
views
asked 6 days ago
I'm curious how the Memory Stream changed into an encoded base64 string. I try to check the length of the Memory Stream and it seems it has the expected size. However, when receiving the email. I got ...
1
answers
0
votes
45
views
profile picture
asked 17 days ago
I have a .NET 4.8 application that runs successfully on an EC2 instance. It uses IIS and the application is accessible via a website. It connects to a SQL Server Express database running on RDS to ret...
1
answers
0
votes
53
views
asked 20 days ago
I just start learn cognito and try to login my asp.net web app which I created with vs 2019. I can login with coginto and successfully return to my app. I check User.Identity.IsAuthenticated, is alway...
1
answers
0
votes
45
views
asked a month ago
How to set up pipeline to get logs, matrices and traces from my eks-fargate cluster to openobserve-collector installed in the same eks-cluster.
2
answers
0
votes
87
views
profile picture
asked 2 months ago
Looking to Identify if there is a recommended .Net base image for console apps running on EKS containers while utilizing Graviton (Newly launched). Have considered using .Net Lambda base image due to ...
3
answers
0
votes
51
views
AWS
asked 2 months ago
I am building a AWS Bedrock Agent with a Action Group using a OpenAPI schema to talk to my Lambda function, which is hosting a .NET Core Web API application, which is built using Amazon.Lambda.AspNetC...
1
answers
0
votes
79
views
asked 2 months ago
I have implemented Client Certificate authorization and trying to enable caching for the same. I logged the request and Certificate details are coming into RequestContext.Identity.ClientCert.ClientCer...
2
answers
0
votes
44
views
asked 2 months ago
I am using Lambda Authorizer and it uses Certificate authentication. I have 2 questions:- 1. We are using sam template to deploy the stack on AWS. When I am trying to set the properties via sam templa...
1
answers
0
votes
74
views
asked 2 months ago
Hello, I'm encountering intermittent failures when sending emails through AWS SES using SMTP in our web application. Most of the time, emails are sent without any problems, but we randomly experience...
1
answers
0
votes
101
views
asked 3 months ago
Hi everyone, I noticed that the [official AWS documentation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-deprecated) previously listed the following .NET 6 Lambda depre...
1
answers
0
votes
181
views
asked 3 months ago