• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MITLibraries / cf-lambda-geo-auth
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/boto3-1.34.87
DEFAULT BRANCH: main
Repo Added 12 Jan 2024 07:25PM UTC
Token xsSBnCfe6KKuM5hHyKrBJI4A9L8s0gAGY regen
Build 82 Last
Files 2
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH gdt-100-auth-lambda
branch: gdt-100-auth-lambda
CHANGE BRANCH
x
Reset
Sync Branches
  • gdt-100-auth-lambda
  • ADR
  • dependabot/pip/black-24.1.0
  • dependabot/pip/black-24.1.1
  • dependabot/pip/black-24.2.0
  • dependabot/pip/black-24.3.0
  • dependabot/pip/boto3-1.34.69
  • dependabot/pip/boto3-1.34.70
  • dependabot/pip/boto3-1.34.71
  • dependabot/pip/boto3-1.34.72
  • dependabot/pip/boto3-1.34.73
  • dependabot/pip/boto3-1.34.74
  • dependabot/pip/boto3-1.34.75
  • dependabot/pip/boto3-1.34.76
  • dependabot/pip/boto3-1.34.77
  • dependabot/pip/boto3-1.34.78
  • dependabot/pip/boto3-1.34.79
  • dependabot/pip/boto3-1.34.80
  • dependabot/pip/boto3-1.34.81
  • dependabot/pip/boto3-1.34.82
  • dependabot/pip/boto3-1.34.83
  • dependabot/pip/boto3-1.34.84
  • dependabot/pip/boto3-1.34.85
  • dependabot/pip/boto3-1.34.86
  • dependabot/pip/boto3-1.34.87
  • dependabot/pip/idna-3.7
  • dependabot/pip/moto-5.0.4
  • dependabot/pip/moto-5.0.5
  • dependabot/pip/pre-commit-3.6.1
  • dependabot/pip/pre-commit-3.6.2
  • dependabot/pip/pre-commit-3.7.0
  • dependabot/pip/pytest-8.0.0
  • dependabot/pip/pytest-8.0.1
  • dependabot/pip/pytest-8.0.2
  • dependabot/pip/pytest-8.1.0
  • dependabot/pip/pytest-8.1.1
  • dependabot/pip/ruff-0.1.14
  • dependabot/pip/ruff-0.1.15
  • dependabot/pip/ruff-0.2.0
  • dependabot/pip/ruff-0.2.1
  • dependabot/pip/ruff-0.2.2
  • dependabot/pip/ruff-0.3.0
  • dependabot/pip/ruff-0.3.1
  • dependabot/pip/ruff-0.3.2
  • dependabot/pip/ruff-0.3.3
  • dependabot/pip/ruff-0.3.4
  • dependabot/pip/ruff-0.3.5
  • dependabot/pip/ruff-0.3.7
  • dependabot/pip/ruff-0.4.0
  • dependabot/pip/sentry-sdk-1.40.0
  • dependabot/pip/sentry-sdk-1.40.1
  • dependabot/pip/sentry-sdk-1.40.2
  • dependabot/pip/sentry-sdk-1.40.3
  • dependabot/pip/sentry-sdk-1.40.4
  • dependabot/pip/sentry-sdk-1.40.5
  • dependabot/pip/sentry-sdk-1.40.6
  • dependabot/pip/sentry-sdk-1.41.0
  • dependabot/pip/sentry-sdk-1.42.0
  • dependabot/pip/sentry-sdk-1.43.0
  • dependabot/pip/sentry-sdk-1.44.0
  • dependabot/pip/sentry-sdk-1.44.1
  • dependabot/pip/sentry-sdk-1.45.0
  • gha-automation
  • main
  • refs/tags/v1.0

21 Mar 2024 05:41PM UTC coverage: 100.0%. Remained the same
8381799908

Pull #29

github

JPrevost
Extracts ssm lookups to a separate method

Why are these changes being introduced:

* Code review suggested we throw exceptions if the parameters were not
  found in SSM. This led to more complexity in the code block which
  felt like it was easier to understand when extracted to it's own
  method.

Relevant ticket(s):

* https://mitlibraries.atlassian.net/browse/GDT-100

Document any side effects to this change:

* Some method documentation has been updated to better describe the core
  logic of the lambda
Pull Request #29: Gdt 100 auth lambda

65 of 65 new or added lines in 1 file covered. (100.0%)

67 of 67 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
67 RELEVANT LINES 67 COVERED LINES
1.0 HITS PER LINE
Source Files on gdt-100-auth-lambda
  • Tree
  • List 2
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
8381799908 gdt-100-auth-lambda Extracts ssm lookups to a separate method Why are these changes being introduced: * Code review suggested we throw exceptions if the parameters were not found in SSM. This led to more complexity in the code block which felt like it was easie... Pull #29 21 Mar 2024 09:11PM UTC JPrevost github
100.0
8376496640 gdt-100-auth-lambda Extracts ssm lookups to a separate method Why are these changes being introduced: * Code review suggested we throw exceptions if the parameters were not found in SSM. This led to more complexity in the code block which felt like it was easie... Pull #29 21 Mar 2024 02:18PM UTC JPrevost github
100.0
8362663198 gdt-100-auth-lambda Adds initial auth redirect lambda and built process Why are these changes being introduced: * This adds the logic to check for JWT tokens and redirect if the token is missing, invalid, or expired * This follows the build process expected by ou... Pull #29 20 Mar 2024 04:43PM UTC JPrevost github
100.0
8361267462 gdt-100-auth-lambda Refactor to single ssm call Pull #29 20 Mar 2024 03:09PM UTC JPrevost github
100.0
8359535584 gdt-100-auth-lambda Address linting note: ignoring `UP017` Pull #29 20 Mar 2024 01:12PM UTC JPrevost github
100.0
8358949318 gdt-100-auth-lambda add region to boto client Pull #29 20 Mar 2024 12:32PM UTC JPrevost github
100.0
8297727368 gdt-100-auth-lambda Update lambda_edge.py Pull #29 15 Mar 2024 02:24PM UTC JPrevost github
0.0
8286974672 gdt-100-auth-lambda Update lambda_edge.py Pull #29 14 Mar 2024 08:12PM UTC JPrevost github
0.0
8285582364 gdt-100-auth-lambda Update linting push 14 Mar 2024 06:10PM UTC JPrevost github
0.0
8285255374 gdt-100-auth-lambda Update linting push 14 Mar 2024 05:44PM UTC JPrevost github
17.65
See All Builds (81)

Badge your Repo: cf-lambda-geo-auth

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc