Maxat Akbanovmaxat-akbanov.com·Sep 3, 2023Secure and Centralized Config Management: A Node.js Workshop on AWS SSM Parameter StoreAWS Systems Manager Parameter Store provides a centralized store to manage configuration data, secrets, and other sensitive information. This information can be both plain text and encrypted data. You can store data such as passwords, database string...Discuss·35 readsawsAWS
TechWithHuzblog.techwithhuz.com·Sep 2, 2023Prototyping AI APIs using AWSPrototyping AI APIs using AWS In the rapidly evolving world of Artificial Intelligence (AI), the ability to analyze and understand text data is becoming increasingly important. Amazon Web Services (AWS) offers a powerful service called Amazon Compreh...DiscussAI
Anca GforLocalStackhashnode.localstack.cloud·Sep 1, 2023Language SDKs to Use with LocalStackIs your application interacting with Amazon Web Services? No worries! AWS provides client libraries and SDKs for a wide range of programming languages, here are just a few of them: As promised, LocalStack can be a drop-in replacement for the most po...Discuss·54 readsStack BytesAWS
sudip pokhrelpokhrelsudip.com.np·Aug 19, 2023Interacting with AWS: Exploring the Three Core Interaction MethodsIntroduction Amazon Web Services (AWS) offers a diverse set of robust tools that empower you to engage with its cloud services. Proficiency in creating an account and adeptly utilizing these interaction methods is fundamental. This comprehensive guid...Discuss·33 readsCloud ComputingAWS
Karlygash Yakiyayevakarlakz.hashnode.dev·Aug 1, 2023How to Create an EC2 Instance with AWS SDKTable of Contents What is AWS SDK? Prerequisites Create EC2 instance with AWS SDK References What is AWS SDK The AWS SDK (Amazon Web Services Software Development Kit) is a collection of libraries and tools that developers use to interact with ...Discuss·30 readsAWSAWS
Diwakar Jhadev2ops.hashnode.dev·May 30, 2023Demystifying APIs and SDKs: Empowering Seamless Integration and DevelopmentIntroduction In today's interconnected world, where software applications collaborate and share resources, APIs play a pivotal role. They enable different applications to communicate and exchange data efficiently. Alongside APIs, Software Development...DiscussAPIs
Jayani Sumudiniblog.jayanisumudini.com·Mar 22, 2023Mock the aws-sdk using jestHello there! Unit testing can be challenging, especially when it comes to creating mocks for external libraries. In this article, I'll discuss how to mock the lambda invoke function in the AWS SDK using Jest. I'll be writing test cases for a CacheSer...Discuss·10 likes·57 readsAWS
Nayan Shivharejourneytothecloud.net·Feb 28, 2023Boto3 AWS SDKWhat is Boto3? Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python. It enables Python developers to create, configure, and manage AWS services and resources, including Amazon S3, Amazon EC2, Amazon DynamoDB, and Amazon Cl...Discuss·2 likes·49 readsboto3
Vandana Swarajveeblogs.hashnode.dev·Jan 15, 2023An Uncomplicated Path to AWS with GolangAWS CLI provides a very convenient interface to communicate with your AWS Account. All you need to do is head over to your AWS account and fetch AWS Access Key ID, AWS Secret Access Key Run AWS configure and your local setup is configured ~ aws confi...Discuss·50 reads2Articles1Week
Harsh Daiyablog.harshdaiya.com·Dec 26, 2022Boto3 : AWS'ing in PythonBoto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. Boto3 makes it easy to integrate your Python application, lib...Discuss·3 likes·193 readsAWS