By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with Developer Tools

Develop applications on AWS faster and easier with Developer Tools

Content language: English

Select up to 5 tags to filter
Sort by most recent
537 results
The code running on AWS Lambda prints the logs properly on Cloudwatch using the logging library. ``` import logging logger = logging.getLogger() logger.setLevel(logging.INFO) logger.info(f'Some log...
1
answers
0
votes
915
views
asked 7 months ago
I has a code that handles the following stage events: const stage = new Stage(token, strategyRef.current); stage.on(StageEvents.STAGE_CONNECTION_STATE_CHANGED, handleConnectio...
3
answers
0
votes
257
views
asked 7 months ago
I am trying to set-up a Redshift connection using dBeaver CE. I am trying to use the Configuration file option as described in the linked [AWS Doc Using a Configuration Profile](https://docs.aws.amaz...
2
answers
0
votes
497
views
asked 7 months ago
Hello, I am currently developing an astrology portal that will use AWS lambdas to create astral maps. Initially, after a research stage I found the kerykeion lib written in Python, which met all my cl...
1
answers
0
votes
328
views
asked 7 months ago
Hello, We used to use monit [1] on AL1, mainly to restart automatically some apps in case of crash. We are now migrating our EC2 instances to AL2023 and monit is not part of the default packages anymo...
1
answers
0
votes
620
views
asked 7 months ago
I found that the Greengrass installer is unable to load credentials when I'm using an AWS SSO profile. I'm trying the commands below from [this](https://docs.aws.amazon.com/greengrass/v2/developerguid...
1
answers
0
votes
459
views
asked 7 months ago
We download the AWS IDT tool (devicetester_greengrass_v2_4.9.3_testsuite_2.5.3_win). However, this tool package doesn't contain the user manual, so we can't run this tool. After checking with interne...
1
answers
0
votes
201
views
asked 7 months ago
Hello everyone. I'm trying to create a build project in CodeBuild using my Self Managed Gitlab as source. I created a connection in Developer Tools wit my Gitlab and then used it in a CodeBuild projec...
0
answers
0
votes
134
views
asked 7 months ago
I created an empty Lambda function in .Net 8 in JetBrains Rider. I am able to debug and run it using the Mock Lambda Test Tool. All seems well until I want to push it to the cloud. When I right-click...
1
answers
0
votes
353
views
asked 7 months ago
Hi! I already have an AWS IAC built with AWS CDK in Python to deploy my whole Web App microservices and differente aws services connections and is working great. Now I was wondering how could I buil...
1
answers
0
votes
344
views
asked 8 months ago
EXPERT
published 8 months ago0 votes762 views
Whats New Post for Amazon CloudWatch RUM launching in new regions
I've created an [issue (#216)](https://github.com/awslabs/amazon-qldb-driver-java/issues/216) on the GitHub repository requesting an update to its AWS SDK dependencies, however, it seems like it hasn'...
0
answers
0
votes
115
views
asked 8 months ago