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...
1
answers
0
votes
37
views
asked 9 days ago
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
40
views
asked 16 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 ...
2
answers
0
votes
55
views
profile picture
asked a month 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
54
views
asked a month 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
49
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
96
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
52
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
92
views
asked 3 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
47
views
asked 3 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
85
views
asked 3 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
114
views
asked 3 months ago