Example on how to run locally an AWS Lambda via API Gateway using localstack.
Based on...
| package com.my.package.services; | |
| import android.app.Service; | |
| import android.content.Intent; | |
| import android.location.Location; | |
| import android.os.Bundle; | |
| import android.os.IBinder; | |
| import android.util.Log; | |
| import com.google.android.gms.common.ConnectionResult; | 
Example on how to run locally an AWS Lambda via API Gateway using localstack.
Based on...
| /* | |
| * gcc -Wall -Wextra -O2 -o limerx limerx.c -lLimeSuite | |
| * | |
| * ./limerx [samprate] [oversmapling] | |
| */ | |
| #define __STDC_FORMAT_MACROS | |
| #include <inttypes.h> | |
| #include <signal.h> | |
| #include <stdint.h> |