Author Archives: Sean

Application centric Cloudwatch logging in AWS Lambda functions with python3+ runtimes

Abstract Application centric logging is a system where there are one or more components all directing thier log entries to a single logger. In the AWS context, this could mean an application composed of one or more AWS Lamba functions … Continue reading

Posted in Python | Tagged , | Leave a comment

SBD-JPath Data Model, Entry #1

In this series of entries, this entry being the first, I will specify the SBD-JPath data model. All the resolved values of expressions of this language are within the value-space of the types described in this data model. This document … Continue reading

Posted in SBD-JPath | Leave a comment

Introducing SBD-JPath

SBD-JPath is an expression language that allows the processing of json data. Core ideas for this language were inspired from the XPath 3.1 language and JSONPath. There are many json processing languages and libraries already, so why SBD-JPath, yet again … Continue reading

Posted in SBD-JPath | Leave a comment

Connecting Auth0 to DynamoDb and CloudWatch

If your website uses Auth0 for user authentication, and you have subscribed to an Enterprise Plan (https://auth0.com/pricing), you can store your user data in your own database, rather that Auth0’s internal database. The connection between Auth0 and your database is … Continue reading

Posted in Web hosting | Leave a comment

Chess Ex