File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -669,6 +669,11 @@ <h2>📋 Builds</h2>
669669 < footer >
670670 < a href ="https://github.com/fok666/lambda-python-layer " target ="_blank "> lambda-python-layer</ a >
671671 — Build Lambda layers with Docker on EC2 Spot instances
672+ < p />
673+ < a href ="https://github.com/fok666/lambda-python-layer/actions/workflows/github-code-scanning/codeql "> < img src ="https://github.com/fok666/lambda-python-layer/actions/workflows/github-code-scanning/codeql/badge.svg " alt ="CodeQL " style ="margin-left: 12px; " /> </ a >
674+ < a href ="https://github.com/fok666/lambda-python-layer/actions/workflows/dependabot/dependabot-updates "> < img src ="https://github.com/fok666/lambda-python-layer/actions/workflows/dependabot/dependabot-updates/badge.svg " alt ="Dependabot " style ="margin-left: 12px; " /> </ a >
675+ < a href ="https://github.com/fok666/lambda-python-layer/actions/workflows/build-and-release.yml "> < img src ="https://github.com/fok666/lambda-python-layer/actions/workflows/build-and-release.yml/badge.svg " alt ="Build and Release " style ="margin-left: 12px; " /> </ a >
676+ < a href ="https://github.com/fok666/lambda-python-layer/actions/workflows/static.yml "> < img src ="https://github.com/fok666/lambda-python-layer/actions/workflows/static.yml/badge.svg " alt ="Github Pages " style ="margin-left: 12px; " /> </ a >
672677 </ footer >
673678 </ div >
674679
@@ -679,7 +684,7 @@ <h2>📋 Builds</h2>
679684 // State
680685 // =========================================================================
681686 const STORAGE_KEY = 'lambda-layer-builder' ;
682- const POLL_INTERVAL = 5000 ; // 5 seconds
687+ const POLL_INTERVAL = 10000 ; // 10 seconds
683688
684689 let state = {
685690 apiUrl : '' ,
You can’t perform that action at this time.
0 commit comments