This is my tech workbook. Please visit https://ojitha.blogspot.com.au for my official Tech blog.

Access AWS SSM via AWS Stepfunctions

July 24, 2022

Configuration will be availble throughout the pipeline, if that can be stored in the AWS Stepfunctions. Generally congiruation should be stored in the SSM parameter store. How to access the SSM parameter store from the AWS Stepfunction?

More…

Glue Development using Jupyter

July 11, 2022

Developing and testing the Glue job in the viscose IDE is one of the best development opportunities because Jupyter doesn’t support IDE features. In this blog, I set up a Glue docker instance in the EC2 and use the vscode Jupyter notebook feature to develop Glue jobs. If you want to create more customized your own Docker image, please see AWS Glue run locally.

More…