Call SAP RFC Function Modules from AWS Lambda using the NW RFC SDK and Node.js

SAP provides the SAP NetWeaver RFC SDK to allow external systems to call SAP Systems directly via SAP RFC. I will walk you through the steps it took me to deploy a function on AWS Lambda that uses the NW RFC SDK. Once you mastered those, you could use it to call any remote-enabled Function Module from AWS Lambda.

zum Artikel gehen

Spot the difference: Schnelle Ressourcenübersicht

Lambda: Node 6.10 End of Lifetime - welche Funktionen sind betroffen? Heute kam eine Abkündigung für die Unterstützung von node 6.10 per Mail von AWS. “AWS Lambda: Node.js 6.10 will soon be EOL, please migrate your functions to a newer runtime versi

zum Artikel gehen

Putting the database to sleep using Lambda - a Python developers first contact with Golang

In this blog, I take you along on my journey to build my first Golang-based Lambda function. Inspired by surprise on my RDS bill, I built a Lambda function in Go to periodically stop running databases with a specific tag. Come, learn and debug with me!

zum Artikel gehen

Enhance Lambda Security with new Amazon Inspector Vulnerability Management and prevent log4jgate

Detect the crack in the window (or the lambda library) before it breaks: As we have seen during the last month, also well known libraries like log4j can have previously unknown vulnerabilities. Therefore scanning your Lambda application before deploying i

zum Artikel gehen

CDK Lambda Deployment takes about a minute - how about sub second Function Code Deployment?

CDK Lambda Deployment takes about a minute - how about sub second Function Code Deployment? Creation of Lambda infrastructure with the CDK is really powerful. Updating the Function code is really slow. Here is a fix for that to get to a sub-second Lambda

zum Artikel gehen

Custom runtime on Amazon Linux 2 - GO outperforms Node (3x) and Python (2x) with AWS Lambda Cold-start time

Lambda GO runtime is deprecated until the end of 2023. The new default custom Amazon Linux 2 runtime really speeds things up for GO. Now the cold-start is 2x faster than Python and 3x faster than node!

zum Artikel gehen