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
Our elastic beanstalk environments running Windows Server are unable to have their app servers restarted since the managed update:
Platform update from 64bit Windows Server 2016 running IIS 10.0...
I was trying to extract invoice number from PDF file (using Amazon Textract - Analyze Expense), I uploaded pdf file and then analyze but it returned this error UnsupportedDocumentException.
Then I...
Hi,
I went through many documenations about Lambda layers and how to use them. My problem is, lets say I have a Lambda project which uses library ABC and Lambda layer which contains library ABC...
my task use case is
1. Upload excel files from front end to s3 (done)
2. Create sqs queue to process excels uploads + dlq
3. Create producer and consumer lambda functions
4. Add s3 upload event...
I am trying to use the AWS Connect API (using .NET) to get the same data that can be returned from the Contact Search in the Connect UI. I am able to get most of the fields by calling SearchContacts...
I don’t want to publish my (asp.net core app) all source code on aws, only the locally published / compiled dll files i want to push to aws.
Means, I want to publish my app locally first (.net core...
Hello,
I would appreciate your guidance on SignatureDoesNotMatch error thrown when trying to Put an object using presigned s3 url.
We have a .Net 6 microservice api, running on ecs cluster. The api...
Hi there,
I have been struggling with this for some time and the docs are not particularly helpful..
I have a simple .net web api that periodically calls S3. I have it all running fine locally but...
I have a method:
```
{
public const string TableName = "tableName"
...
public static async Task<Data> Load(AmazonDynamoDBClient dynamo, string sName)
{
Data data = null;
...
Hello,
AWS Lambda. C#. .NET Core 6.0. Written & published in Visual Studio. Project created using the latest Template from AWS. Hosts a web API. Is using a VPC since a web service I need to...
Hi,
I'm having a very hard time getting my Blazor project to output server logs when it's hosted on Amplify. I am rather new to AWS, so perhaps I missed something important, but I looked everywhere...
Our websites have stopped working and we are getting the following error when we browse to them.
"Message": "User: anonymous is not authorized to perform: es:ESHttpGet because no resource-based...