Questions tagged as 'aws'

0
answers

AWS - How to do CRUD on S3

Recently I started to study AWS, and I'm feeling totally lost about the meaning of some things, how they work and what their contexts are for the application. For example Keys, Buckets, RNA ... Things like that. Could anyone tell me the me...
asked by 24.11.2018 / 00:59
1
answer

Post with api aws

I'm trying to make a Post for a AWS service. Home I have never worked with AWS and I am studying some links and I am initially doing a connection test using this code: private static async void SignInUserAsync() { var provider =...
asked by 21.11.2018 / 11:58
1
answer

Is there anything I need to do to ensure queue delivery (SQS) at AWS?

Assuming that I have 2 microservices "A" and "B" that are communicating via an SQS "F" queue. Microservice "A" can fall, "B" can also fall, the question is: should I take into account that "F" could also fall? If I take into account that "...
asked by 07.11.2018 / 00:04
0
answers

Store the S3 URL in the database table

I'm developing an application where I upload and files to AWS S3, just images. if($request->hasFile('cover')){ $file = $request->file('cover'); $name = time().$file->getClientOriginalName(); $filep...
asked by 05.10.2018 / 19:41
1
answer

How to use websocket in Aws Beanstalk hosted application

I have a system running on aws beanstalk , it's a Java application with Tomcat + Spring architecture. I'm having trouble making the websocket work, which is locally functional. The websocket receiver answers to url dominio/socket , an...
asked by 04.09.2018 / 02:35
0
answers

Log4j in Tomcat application on AWS Beanstalk

I have a multi tenant application developed in Java WEB (Spring) that uses log4j to register the logs. Each tenant writes its log files to a specific folder, corresponding to the user's tenant logged in. For this I use the following configuratio...
asked by 29.08.2018 / 02:46
1
answer

How can I create vpn connections using cloud services like AWS?

I wanted to use the Google Cloud service or AWS to connect to the internet via VPN, thus having an alternate route for the connection because my provider has a high ping to certain sites and low compared to the servers of these companies, and I...
asked by 26.08.2018 / 22:49
0
answers

Error in aws lambda function connecting to rds mysql

I have made a connection between aws lambda and rds mysql server, but when I go to test it returns me the following error: {   "errorMessage": "Unable to import module 'test'" } Do you know what this error might mean?     
asked by 23.08.2018 / 21:20
0
answers

How do I leave Cache-Control public on my site?

Hello. my htaccess looks like this: # BEGIN GZIP <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE "application/atom+xml" \ "application/javascript" \ "application/json" \ "application/ld+json" \ "application/manifest+json" \ "a...
asked by 16.08.2018 / 18:29
1
answer

What is the advantage of using AWS-StepFunctions?

Since there is already a system or processes in progress (all functional) with AWS - Lambda functions what would be the advantages or disadvantages of bringing these processes to step functions, taking into account the learning curve and that we...
asked by 07.08.2018 / 15:54