Closed
Description
i run HandlerWeatherData in java-basic. Used the given event json as
{
"temperatureK": 281,
"windKmh": -3,
"humidityPct": 0.55,
"pressureHPa": 1020
}
. Invoke successfully once i tested on console lambda function with lambda url (NONE - public access). But when i run on postman the event WeatherData is empty {}
logger.info("EVENT: " + gson.toJson(event)); ==> output: EVENT: {}
Metadata
Metadata
Assignees
Labels
No labels