Skip to content

Stuff related to middle tier like web/app server

Notifications You must be signed in to change notification settings

rmakkar79/middletier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

middletier

Stuff related to middle tier like web/app server

1. sslCertCheck

This is a lambda which can be used in AWS public cloud. Settings for lambda :

Rest everything is default.

You can create a AWS Cloudwatch rule to run on a certain schedule.

Now to upload this lambda , you need all the dependencies packed with it following this link https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html

In my personal development environment , i have amazon linux docker image (https://hub.docker.com/_/amazonlinux) where i create the package so it can be as close as possible to the lambda run time environment.

In case you dont want to do that work , i have the zip file also in github. Hopefully just uploading it should be fine.

2. checkDomainExpiration

Settings for lambda :

  • Runtime : 3.6
  • Handler : checkDoaminExpiration.lambda_handler
  • Environment variables:

Rest everything is default.

You can create a AWS Cloudwatch rule to run on a certain schedule.

About

Stuff related to middle tier like web/app server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages