Richard Elberger
Richard Elberger
Remove source snapshot, add Amazon FreeRTOS as submodule under edge/, and source project specific to this workshop under edge/.
Now that the Greengrass SDK is a pip package distribution, there is no need for the SDK to be bundled with each lambda function. Change the instruction to pip install...
I am having a difficult time managing JWTs when the decode method is stomping on values. It also makes it difficult to test. delete $self->{$_} for qw/claims expires not_before/; Perhaps...
right now we have nbf and exp. some providers require iat. It would be nice to auto generate iat and compute exp based on the threshold, i.e. pass in '3600'...