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.
434 results
I wanted to create a simple aws amplify application which just lists all the buckets in the AWS account along with the list of files present in each.
I want to automate creating this application...
Can anybody help me and point out a sample or article or provide instructions that how can I write Amazon bedrock agent Lambda in C#/.Net?
Im trying to understand why the Amazon Linux 2 with .Net 6 AMI has not been updated to use different Microsoft repositories. The [Microsoft...
As the title suggests, we are experiencing issues loading assets in S3 buckets in us-east-2. Is anyone else experiencing the same?
If I have this class:
```
[DynamoDBTable("users")]
public sealed class User
{
[DynamoDBHashKey]
[DyanmoDBProperty("login_name")]
public string Identifier { get; set; }
...
As the title suggests i'm using Autodesk API (C#) to upload objects in AWS buckets.
For some reason sometimes i obtain the following Exception:
```
System.AggregateException: One or more errors...
We are trying to deploy a .NET 8 Lambda with AOT support. The Lambda was developed as AWS Serverless Application (AWS .NET Core Web API) . The dotnet command is
dotnet publish ******.csproj -c...
I have an ASP.NET Core Web API running on AWS APP Runner. It works perfectly on the local machine but on the app runner we get bad gateway error for post requests that contains files(file upload...
I am using AWS S3 as a block storage device to store mty documents.
We were using AccessKey and SecretKey combination from configuration files to connect to S3 and retrieve a document. So far so...
Firstly. i created an IAM user with permission `AmazonS3FullAccess`, then created a key with use case Local Code. After that, i copied all access key and secret key to my net core api
```cs
//...
I am unable to publish a .net api to Elastic Beanstalk using the "Publish To AWS" right click option in Visual Studio 2022.
After selecting the "Publish to AWS" option, the profile is validated...
We have a **mobile application** that uses Cognito for user authentication and authorization. We recently added the option to sign in via **Apple** as a **Federated Identity**. - When using the...