Questions tagged [aws-toolkit]
81 questions
0
votes
0 answers
Debugging AWS CDK Python Lambda in IntelliJ IDEA
I have created a simple AWS Lambda in Python that returns "hello, World!" using AWS CDK.
I'm able to synthesize & deploy the stack using CDK. I'm able to locally invoke the lambda using SAM. But, I'm not able to debug the lambda locally from…

afx
- 13
- 5
0
votes
0 answers
Problems uninstalling AWS Tools PowerShell Modules
I've previously had AWS tools installed but I was getting various alerts about having multiple versions installed etc. that I tried to remove them. I think I've removed the actual module folders at some point but I don't recall exactly what I've…

MickyD
- 41
- 3
0
votes
1 answer
Debug AWS Lambda in Rider 2023.1
I have a question in version of Rider: 2021.3.4 I can debug any lambda via dotnet, using next launch setting:
"Mock Lambda Test Tool RIDER DEV": {
"commandName": "Executable",
"commandLineArgs": "--port 5050",
"workingDirectory":…

user21779379
- 3
- 2
0
votes
1 answer
AWS Toolkit was unable to verify the contents of the aws.deploy.tools tool
I have installed AWS toolkit as an extensions from Visual studio 2022
When i want to start "Publish to AWS..." on a Project I got a message box
https://i.stack.imgur.com/P5QV5.png
And the following message in…

lacasse tafiore
- 1
- 1
0
votes
0 answers
Lambda development tips : how to develop lambdalayers in local
I work on an AWS Lambda project with multiple Python functions.
I provided my lambda functions thanks to CloudFormation template and I also tried to add my custom layers in CloudFormation. Layers are ZIP and deployed in S3 bucket.
As I progress on…

Gati
- 5
- 3
0
votes
1 answer
AWS ToolKit docker container not resolving internal service URIs
I am running an AWS Lambda locally via AWS Toolkit. The function, through a long dependency chain, calls an internal service endpoint that throws a ConnectionTimeoutException. That endpoint works when called locally.
Toolkit spins up a container…

nullsteph
- 791
- 15
- 28
0
votes
0 answers
Does AWS toolkit support host.docker.internal to connect external database via ssh?
Error: Caused by: java.net.UnknownHostException: host.docker.internal: Name or service not known
Reason: as I understand the problem, docker creates random alias for 172.17.0.1 instead of host.docker.internal. If you connect to db via…
0
votes
2 answers
AWS Toolkit for Visual Studio 2022 failing on deploy lambda
I'm trying to update one lambda to the AWS Cloud, but suddenly this error started to appear:
Error attempting to fix the trust policy for IAM Role...
Checking the "Trust Relationoships" tab on AWS Web Console, like demanded by the error message,…

Gean Ribeiro
- 1,025
- 2
- 10
- 23
0
votes
1 answer
How to copy file to docker container running Lambda with AWS Toolkit in intelliJ
I am using AWS Toolkit in IntelliJ to run and test AWS Lambdas. AWS Toolkit allows you to deploy a lambda and run it on an AWS system. Or you can run it locally in a Docker container.
Is there a way I can tell it to copy a local file into the…

Peter Kronenberg
- 878
- 10
- 32
0
votes
0 answers
Azure Pipelines CloudformationCreateOrUpdateStack@1 s3ObjectPath
I have a template I am trying to deploy but fails on the second step when attempting to create/update the cloudformation stack. I get the following error: ##[error]Error: Error uploading template file: Error: EISDIR: illegal operation on a…

Vince
- 593
- 1
- 5
- 10
0
votes
0 answers
.NET AWS Lambda inconsistently finishes before sending batch message async to SQS
I have one SQS that will trigger an AWS Lambda that will then send messages over to a second SQS queue via the AWS Toolkit in .Net leveraging the SendMessageBatchAsync method. Our cloud watch logs have a log before and after the…

David
- 1
0
votes
1 answer
PyCharm AWS Toolkit/SAM Deploy parameter override doesn't work
I am deploying a serverless application to AWS. I have a environment parameter in my SAM template ENV: 'DEV'. When I do the deployment up to AWS, I specified a template parameter to change the variable to PROD. I can see in the SAM deploy log that…

Element Zero
- 1,651
- 3
- 13
- 31
0
votes
1 answer
How to restrict the S3 buckets listing in the Visual Studio AWS explorer
I am setting up the AWS toolkit in the Visual Studio. I have created an IAM user which will be used for development.
But for the IAM user I have configured I am seeing that it cannot see the S3 buckets in the explorer. It gives "Access denied".
This…

NotAgain
- 1,927
- 3
- 26
- 42
0
votes
1 answer
Run AWS Toolkit for Visual Studio 2022 Preview
Can AWS Toolkit for Visual Studio 2022 Preview is now available? Need to run toolkit for VS 2022 Preview version.

Jay Raj Mishra
- 110
- 2
- 9
0
votes
0 answers
AWS API Gateway Lambda development with a custom library in python: How to deploy
I'm developing an API Gateway AWS with PyCharm in python. I'm using AWS Dev Tools and I've started to create Hello World template, which works fine.
Then now I will add a python module that I developed and I want to deploy it to make it available to…

Andrea Mancini
- 1
- 1