Questions tagged as 'serverless'

0
answers

How to save PDF from a site in Azure Functions?

I'm developing an application where I'll have to do a crawler on a specific site. The application will contain an endpoint for an Azure Function where the crawler will capture. So far so good, though, we'll have to salvage evidence that th...
asked by 16.07.2018 / 15:02
0
answers

P2P "Serverless" with Godot Engine, through Requests

I'm developing a game based on Turns 1v1 on the Godot Engine , and I'm having trouble connecting two players as in a matchmaking. My problem is that I do not want a central server itself, if it is possible, I would like a web hosting server to...
asked by 07.04.2018 / 22:25
0
answers

How to request the aws-sdk plugin in Serverless.yml?

I have a Typescript function that needs to import the aws-sdk plugin for NodeJs. import * as Lambda from 'aws-sdk/clients/lambda'; In serverless.yml you should normally do: plugins: - serverless-aws-sdk When I try to deploy I get an...
asked by 03.08.2018 / 17:37