排序
Get customized Tweet notifications where you want them
Get customized Tweet notifications where you want them,Many times people want to be notified when someone Tweets about a certain topic of interest to them, or when an account of in...
DynamoDB Client using Micronaut, Maven and GraalVM
DynamoDB Client using Micronaut, Maven and GraalVM, 1. Overview It will be a simple how-to article where I will be showing how to implement simple rest DynamoDB client using Micron...
Add AWS Transcribe to Spring boot App
Add AWS Transcribe to Spring boot App,Amazon Transcribe uses a deep learning process called automatic speech recognition (ASR) to convert speech to text quickly and accurately. Ama...
Add Amazon Comprehend to Spring Boot Project
Add Amazon Comprehend to Spring Boot Project,Amazon Comprehend is a natural language processing (NLP) service that uses machine learning to find insights and relationships in the t...
Decrypting Amazon Connect Encrypted Customer Data
Decrypting Amazon Connect Encrypted Customer Data,Amazon Connect is Amazon's telephony platform, allowing customers to create call flows that collect data from the caller, via spee...
ColdFusion Test for new Amazon Trust Services Certificates
ColdFusion Test for new Amazon Trust Services Certificates,I received an email notification from Amazon that Amazon S3 and Amazon CloudFront were migrating default certificates to ...
How to upload a file to AWS S3 in Java (using Vaadin framework)
How to upload a file to AWS S3 in Java (using Vaadin framework),Nowadays many applications give access to users for uploading images, avatars, audio or video files, etc. Most commo...
Async Rest Client to DynamoDB using Spring Boot
Async Rest Client to DynamoDB using Spring Boot, 1. Overview Starting from Spring framework 5.0 and Spring Boot 2.0, the framework provides support for asynchronous programming, so...
Side project on Angular or any front-end app
Side project on Angular or any front-end app,I want to hone my front-end development skills. I have a good knowledge of Angular but looking for some cool project. I am also open to...
Creando un custom skill para Alexa (III): Skill server side en AWS Lambda y Java 8
Creando un custom skill para Alexa (III): Skill server side en AWS Lambda y Java 8,En el anterior post conté cómo crear el skill y su interaction model usando la Alexa Developer ...
Optimizing AWS Java Lambdas
Optimizing AWS Java Lambdas,This was originally authored by Stephanie Gawroriski (Xer) on the IOpipe blog. If your Java lambdas are running slow, it can be a nightmare to find the ...
How to send JSON response to AWS Alexa skill from JAVA
How to send JSON response to AWS Alexa skill from JAVA, JSONObject outputSpeechContent = new JSONObject(); outputSpeechContent.put('type', 'PlainText'); outputSpeechContent.put('te...