aws 第5页
DynamoDB Client using Micronaut, Maven and GraalVM-拾光赋

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...
kity的头像-拾光赋kity5年前
04311
Add AWS Transcribe to Spring boot App-拾光赋

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...
kity的头像-拾光赋kity5年前
02115
Add Amazon Comprehend to Spring Boot Project-拾光赋

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...
kity的头像-拾光赋kity5年前
0279
Decrypting Amazon Connect Encrypted Customer Data-拾光赋

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...
kity的头像-拾光赋kity5年前
02513
ColdFusion Test for new Amazon Trust Services Certificates-拾光赋

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 ...
kity的头像-拾光赋kity5年前
0356
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)

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...
kity的头像-拾光赋kity5年前
04413
Async Rest Client to DynamoDB using Spring Boot-拾光赋

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...
kity的头像-拾光赋kity5年前
0216
Side project on Angular or any front-end app-拾光赋

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...
kity的头像-拾光赋kity6年前
0469
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

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 ...
kity的头像-拾光赋kity6年前
0457
Optimizing AWS Java Lambdas-拾光赋

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 ...
kity的头像-拾光赋kity7年前
02213
How to send JSON response to AWS Alexa skill from JAVA-拾光赋

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...
kity的头像-拾光赋kity7年前
0508