Tag: aws
Total: 20 Posts
Posts of Tag: aws
Total: 20 Posts
Posts of Tag: aws
Guide to Simple Email Service (AWS SES) with Spring Boot and Spring Cloud
.lazyload-placeholder { display: none; } Introduction AWS SES (Simple Email Service) is a simple-to-setup email sending and receiving service. It is usually difficult, finicky and tedious to manage an on-premis...Learn MoreSimpleJavaEmailSpringSpring BootawscloudSpring CloudExample: Upload a File to AWS S3 with Boto
Example: Upload a File to AWS S3 with Boto Example Code Amazon Web Services (AWS) is a collection of extremely popular set of services for websites and apps, so knowing how to interact with the various services...Learn MorePythonawss3Automating AWS EC2 Management with Python and Boto3
Automating AWS EC2 Management with Python and Boto3 Introduction In this article I will be demonstrating the use of Python along with the Boto3 Amazon Web Services (AWS) Software Development Kit (SDK) which all...Learn MorePythonawsec2Getting Started with AWS Lambda and Node.js
Getting Started with AWS Lambda and Node.js Once upon a time, not so long ago, a word caught my ear. Lambda. That struck a chord, remembering the good old days of playing Half-Life as a kid. Little did I know w...Learn MoreNodejsawslambdaGetting Started with Amazon Web Services in Node.js
**Getting Started with Amazon Web Services in Node.js** Introduction Amazon Web Services (AWS) is a cloud computing provider with a number of extremely popular services. Ever since their launch back in 2006, th...Learn MoreWebsiteJavaScriptNodejsWebserviceawsServing Static Files in Python With Django, AWS S3 and WhiteNoise
Serving Static Files in Python With Django, AWS S3 and WhiteNoise Introduction Websites generally need additional files such as images, CSS, and JavaScript files that are necessary to render complete web pages ...Learn MorePythonWebsiteDjangoawss3Uploading Files to AWS S3 with Node.js
Uploading Files to AWS S3 with Node.js Introduction Much of the software and web apps we build today requires some kind of hosting for files - images, invoices, audio files, etc. The traditional way to store fi...Learn MoreJavaScriptNodejsawss3AWS S3 with Java - Uploading Files, Creating and Deleting S3 Buckets
AWS S3 with Java - Uploading Files, Creating and Deleting S3 Buckets Introduction In this article, we'll be using the Java AWS SDK and API to create an S3 bucket, upload files to it, and finally - delete it. On...Learn MoreJavaawsclouds3How to Send an Email with boto and SES
How to Send an Email with boto and SES Introduction Pretty much every user-based app and website needs to send an email to the user at some point, so eventually you'll have to deal with the joyous world of prog...Learn MorePythonEmailawsUploading Files to AWS S3 with Python and Django
Uploading Files to AWS S3 with Python and Django Introduction In the quest to build more interactive websites, we don't only relay information to users but also allow them to upload data of their own. This open...Learn MorePythonWebsiteDjangoawss3Message Queueing in Node.js with AWS SQS
Message Queueing in Node.js with AWS SQS Introduction With the increased complexity of modern software systems, came along the need to break up systems that had outgrown their initial size. This increase in the...Learn MoreJavaScriptNodejsawsexpresssqsServerless Python Application Development with AWS Chalice
Serverless Python Application Development with AWS Chalice Introduction In software development, we are constantly building solutions for end-users that solve a particular problem or ease/automate a certain pro...Learn MorePythonDevelopmentawslambdaserverless