Questions tagged [aws-toolkit]
81 questions
0
votes
1 answer
Getting ".ebextensions" to copy from Visual Studio
The root of my problem is that I want to get HTTPS working for a Blazor app deployed to AWS Elastic Beanstalk. According to all the documentation I'm able to find, I need to add some config files to an ".ebextensions" folder. I've done that. I've…

Bradley Plett
- 163
- 1
- 11
0
votes
1 answer
AWS Toolkit for VS 2019 deleting database instance when run?
I am using the AWS Toolkit for VS 2019 and I'm trying to deploy a new serverless app. I deploy the new database using the CLI and a serverless.template file as below:
"AWSTemplateFormatVersion": "2010-09-09",
"Transform":…

Tony Law
- 293
- 2
- 13
0
votes
1 answer
Visual Studio Code AWS Toolkit - How to connect using federated login -
My company has provided me with a federated login to access the AWS Console.
I want to setup AWS Toolkit for Visual Studio Code; to work on lambdas.
Is it possible to use the federated login to setup and connect AWS Toolkit ?
Please advise.

BrainStorm03
- 7
- 4
0
votes
1 answer
Error Creating S3 Bucket AWS Toolkit for Visual Studio With Admin Permissions
I'm having trouble using the AWS Toolkit for Visual Studio to deploy a lambda function.
This is the error I'm getting:
But I am a global admin and am able to see and access everything through the AWS UI. I think this may be a programmatic access…

Thomas
- 555
- 7
- 29
0
votes
1 answer
AWS Toolkit for Eclipse 2.0 IAM role support?
I am using aws toolkit for eclipse 2.0. using the options ( window -> preference -> aws toolkit) I have configured IAM/login user api access key id and secret access key. According to our aws configuration, this IAM user has to assume role to…

atom88
- 1,449
- 3
- 22
- 32
0
votes
1 answer
Running Pyspark locally to access parquet file in S3 Error: "Unable to load AWS credentials from any provider in the chain"
I am trying to access the parquet file that's available in S3 bucket using Pyspark local via Pycharm. I have the AWS toolkit configured in Pycharm and I have the access key and security key added in my ~/.aws/credentials yet I see the credentials…

DataWrangler
- 1,804
- 17
- 32
0
votes
1 answer
AWS Toolkit + VSCode local testing
I'm trying to figure out how to use AWS toolkit for vscode. I go to the AWS extension and click Create New SAM Application, point to project directory and it creates a hello world function. Above it, it says Add Debug Configuration. I click that,…

user6680
- 79
- 6
- 34
- 78
0
votes
2 answers
How would I use AWS to fire code at a certain date and time?
What would be the easiest way to use AWS to fire code at a certain date and time? Is it possible to use AWS Lambda, or would I need to create a web service in EC2? I prefer to use Xcode for iOS and if necessary Java using Eclipse and the AWS Toolkit…

daniel
- 1,446
- 3
- 29
- 65
0
votes
0 answers
Aws toolkit for intellij unable to load S3: NoSuchBucketException: The specified bucket does not exist
I have been using AWS toolkit for intellij for a while now, it was working fine, I was able to create and update lambdas until now. No changes were done on IAM Roles or access keys, in fact it's able to display the lambda functions in AWS Explorer,…

Reddy_73
- 134
- 11
0
votes
2 answers
testing SES lambda locally using a AWS toolkit
I'm trying to set up a project environment to develop lambda functions both in javascript and typescript using VS code and the AWS toolkit. I migrated my (working) lambda code into the hello-world example and changed the template.yaml so that it's…

Rachelle Janssen
- 237
- 3
- 9
0
votes
2 answers
"JavaServer Faces 2.2 requires Dynamic Web Module 2.5 or newer."
I am using Eclipse for Java EE and AWS Toolkit for Eclipse v2. I'm on a macOS Mojave Version 10.14.5. I have Java 8 installed.
I get errors when I first create an AWS Java Web Project that say "JavaServer Faces 2.2 can not be installed : One or more…

daniel
- 1,446
- 3
- 29
- 65
0
votes
1 answer
Why does Elastic Beanstalk node in AWS Toolkit in Eclipse not show my environments?
I'm using the latest Eclipse IDE for Java Developers, Version: 2019-03 (4.11.0), Build id: 20190314-1200, with Java 12.0.1 and AWS Toolkit v2.
I am following this documentation in the first topic, titled "Changing Environment Configuration…

daniel
- 1,446
- 3
- 29
- 65
0
votes
0 answers
Error in Eclipse Java with AWS Toolkit updating Elastic Beanstalk environment - javax/xml/bind/JAXBException
I'm using the latest Eclipse IDE for Java Developers, Version: 2019-03 (4.11.0), Build id: 20190314-1200, with Java 12.0.1.
When I try to start a server to run my aws web project in Eclipse with AWS Toolkit, I get an error message:
Here is the…

daniel
- 1,446
- 3
- 29
- 65
0
votes
1 answer
Lambda custom names in pycharm aws toolkit
When I am creating lambda via pycharm AWS Toolkit, it appends a name to the lambda function I create. Therefore name of a function is something like "hello-world-12MJU0DB7Y99B". While it is OK for custom functions, it is not something that I can…

Jacek Perry
- 393
- 6
- 16
0
votes
1 answer
what commands are being run by VS to publish .net core serverless applications?
Im reading this doc: https://docs.aws.amazon.com/toolkit-for-visual-studio/latest/user-guide/lambda-build-test-severless-app.html
I created a serverless app using the "Blog API using DynamoDB" template.
When I publish from VS it deploys it to aws as…

red888
- 27,709
- 55
- 204
- 392