2 questions from the last 7 days
-1
votes
0
answers
41
views
AWS - Connecting Lambda to an Elastic IP to receive data given vendor has IP whitelisting (without NAT gateway) [closed]
I'm working on a project where I make a call using my lambda function which sends a request to client and in return I get a downloadable file (this whole task will be executed only once every 24hrs), ...
4
votes
2
answers
140
views
Accessing constant variables from a lambda in Visual Studio 2026
I have a program that I would like to build in Visual Studio 2026, but struggle with the errors appearing.
One simplified piece of code is as follows:
void f(const void*) {}
int main() {
...