Skip to content

Commit

Permalink
Delete application deadline reminder lambda
Browse files Browse the repository at this point in the history
This has now been reproduced in the pre-award repo as a scheduled job:
communitiesuk/funding-service-pre-award#243.

Note: we have not yet reproduced the 'incomplete applications' email,
which this lambda also did.

There is an outstanding product question around whether we bother to
reproduce this or not, as it hasn't been used since it was refactored to
use the events table many months ago.
  • Loading branch information
samuelhwilliams committed Feb 17, 2025
1 parent 2679a7b commit e4bf4be
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1,032 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/update-preaward-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
- name: Git clone the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install requests library
working-directory: 'apps/pre-award/lambdas/application-deadline-reminder'
run: |
python -m pip install requests --target .
- name: Setup Copilot
uses: ./.github/actions/copilot_setup
with:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
files: ^(?:application-deadline-reminder/|scripts/)
files: ^(?:scripts/)
repos:
- repo: https://github.com/ambv/black
rev: 25.1.0
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions apps/pre-award/lambdas/.gitignore

This file was deleted.

107 changes: 0 additions & 107 deletions apps/pre-award/lambdas/README.md

This file was deleted.

Loading

0 comments on commit e4bf4be

Please sign in to comment.