📝 Research :https://ojitha.blogspot.com.au for my lengthy articles.

Pandas type conversion

August 13, 2022

Sometimes we need to remove unnecessary data and save the column in the right format in the Pandas data frames.

More…

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…