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.
I can't understand why I can get a contact name with my specified credentials and policy but not list contacts. These same credentials and policy work in the CLI for listing contacts. ...
Error:...
Hi I have been creating lambdas in AWS management console directly, but now would like to start using Visual Studio 2019. I have successfully connected my VS 2019 to AWS and see my lambda's...
I am trying to get the temporary credentials for Iam role anywhere. I am using the input parameters
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using...
I just upload the build with install.sh to gamelift, but cause error"FLEET_INITIALIZATION_FAILED Cannot run program "/local/game/install.sh" (in directory "/local/game"): error=2, No such file or...
I have a solution containing two projects, A and B. A Has a dependency on project B.
The 'Publish to AWS Elastic Beanstalk ' is available per project. How can I Publish to beanstalk and have the B...
I've been able to get this to work in Nodejs, but I'm missing something about how I need to respond to the Alexa.Discovery request using .net.
the JSON I send back is identical .. but I believe I...
Hello! I wanted to ask if you could provide some insights into an error I am running into when I run the command line below to create a zip file for my lambda?
Command line: **dotnet lambda package...
I am using ECS service and using ELB to deploy my site and i have set A type record with ELB (xyz.com) and CNAME record for www.xyz.com and then using rules to redirect from xyz.com to...
I am not able to create a password for RDP login.![Enter image description here](/media/postImages/original/IMWW2z01gyR3Gvu3RqoL-N4w)
Hi there
So I'm looking to get items back from the affiliate api (think its known as PA API), I can use the scratchpad under the affiliate part and it works ok. If I then take this code as cURL and...
**Problem Description:** I’m trying to use OpenSearch Serverless in my .NET application, but I’m having trouble with authentication using my AWS IAM credentials. Here are the details:
**Issue:**
* I...
Hi there,
Apologise if I have posted this in the wrong area, so I have a C# .net core application and all it needs to do at the moment is bring back one product, its condition, the image, price and...