Questions tagged [aws-toolkit]

81 questions
1
vote
1 answer

AWS Beanstalk Tools for .NET Core - Ignores self-contained parameter in config file

I'm trying to use the Amazon Elastic Beanstalk Tools for .NET Core applications (4.2.2) to publish a net6.0 app to AWS EB (windows). At the time of writing I need to include the net6.0 runtime since net6.0 is not supported on EB yet. I can…
1
vote
1 answer

AWSToolkit for Eclipse --- Deploy Serverless Project Hangs at 10%

I'm going through the AWS Serverless Tutorial using the Eclipse plugin found here... https://docs.aws.amazon.com/toolkit-for-eclipse/v1/user-guide/serverless-projects.html I simply used the HelloWorld blueprint and then selected to Deploy Serverless…
Etep
  • 533
  • 7
  • 20
1
vote
1 answer

Debugging Python Lambda Functions in VSCode

I have successfully been using AWS Toolkit to debug node.js lambda functions for a couple of years now. For my latest project I wanted to write my lambda functions in python. I have followed the directions in the tutorial…
MountainBiker
  • 327
  • 5
  • 20
1
vote
1 answer

How to trigger AWS Device farm tests from Azure devops

I have an Azure CI-CD build for a mobile app, which when it finishes building, I wish it to connect to my AWS Device Farm and trigger a suite of tests on the app produced. Is there something in AWS that I can setup so I can access it through some…
pnizzle
  • 6,243
  • 4
  • 52
  • 81
1
vote
0 answers

Kinesis data stream to lambda function

I have an existing kinesis instance and my aim is to connect to it via a lambda function and process the records. I created the lambda using vscode aws-toolkit extension by "create new SAM Application". I put some test records using boto3 in python.…
1
vote
1 answer

How can I specify an input for a locally debugged lambda serverless function in VSCODE

I have seen lots of answer of how to debug a lambda function offline in vscode and I have got that working, to the extent I can set breakpoint and step through it. However I am unsure how to specify the payload input for the lambda function for…
1
vote
1 answer

AWS toolkit for VS Code SAM Local Code lence not working

VS code showed Code lence for run local, debug recently. Suddenly it stopped showing code lence (for all projects I have). AWS configured correctly. Is this related to VS code monthly update. How can I re-enable those options
e03050
  • 1,392
  • 15
  • 12
1
vote
1 answer

Generating root level package in python using setuptools

I am trying to generate the package for my python project. My project structure looks like this: src -controller -handlers -subfolder1 -file1 -subfolder2 -file2 -setup.py -init.py handlers is a python package.…
amrit chhetri
  • 785
  • 8
  • 12
1
vote
2 answers

AWS .NET - Difference between SharedCredentialsFile and NetSDKCredentialsFile

I was following the AWS tutorials for .NET developers and found out that it features the usage of both SharedCredentialsFile and NetSDKCredentialsFile. Is there any difference between those two APIs? In my code, they can be interchanged without any…
Storm
  • 3,062
  • 4
  • 23
  • 54
1
vote
1 answer

service task stuck at pending status in aws ecs fargate when pushing docker image from visual studio 2019

I am trying to push Aspnet core project into AWS ECS Fargate from Visual Studio using AWS Tootkit following this AWS tutorial. The pushing docker image and ECS fargate registeration is successful however the task is at PENDING status. ECS Cluster:…
1
vote
0 answers

sam cli debugging vscode

i try debug a lambda with aws toolkit for vscode, but i have this error Unable to communicate with the Python Debug Adapter. The debugger might not succeed when attaching to your SAM Application. Attaching debugger to SAM Application... Unable to…
alejandro correa
  • 157
  • 2
  • 12
1
vote
1 answer

Set-AWSSamlRoleProfile fails with "Unable to set credentials: "choices" should have at least one element." error

I am trying to get a federated user access to AWS API using PowerShell. (Link provided below) AWS is properly configured to work with AD. (It works for bunch of my colleagues) I am using PowerShell script to access the AWS API's. The problem occurs…
1
vote
0 answers

Deploy AWS serverless application with assumerole using visual studio tookit

I know how to publish a serverless application using aws visual studio toolkit. It's just you login into aws explorer with user's access key & Secret access key. and then right click on the solution and publish to AWS lambda. It's so simple. But…
1
vote
1 answer

Asp.Net MVC - SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security

So I'm deploying my website through AWS Elastic Beanstalk(with an AWS RDS instance attached to it) using the AWS Toolkit Extension in Visual Studio. My web app is using both the sensenet service and sensenet webpages component. The sensenet services…
Luis Averhoff
  • 887
  • 2
  • 11
  • 22
0
votes
1 answer

AWS Toolkit in Visual Studio: "System.Exception: Unable to determine project FileName" when Publishing to Elastic Beanstalk

When publishing my ASP.NET Core Web API to AWS using the AWS Toolkit in Visual Studio, the process fails with a Timeout error. After digging into the logs, I was able to find more detail: 2023-07-24 20:05:08,571 [9] DEBUG…