Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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 working on sample single sign-On with AWS Cognito & just want to link federate user if my application pool already having Cognito native account with same email. I want this to be doing in .Net AP...
EXPERT
published 12 days ago0 votes50 views
Webinar on .NET Cost Optimization
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...
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 ...
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...
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...
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.
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 ...
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...
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...
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...
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...