Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mwarman
/
copilot-lambda-starter
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Task Service App
- #3
#3
Draft
mwarman
wants to merge 26 commits into
main
mwarman/copilot-lambda-starter:main
from
app/task-service
mwarman/copilot-lambda-starter:app/task-service
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Files changed
Draft
Task Service App
#3
mwarman
wants to merge 26 commits into
main
mwarman/copilot-lambda-starter:main
from
app/task-service
mwarman/copilot-lambda-starter:app/task-service
Copy head branch name to clipboard
Commits
Commits on May 31, 2025
readme
mwarman
committed
0ea417a
View commit details
Copy full SHA for 0ea417a
Browse repository at this point
instructions
mwarman
committed
3426e3c
View commit details
Copy full SHA for 3426e3c
Browse repository at this point
initial reqs
mwarman
committed
4fc007d
View commit details
Copy full SHA for 4fc007d
Browse repository at this point
Commits on Jun 2, 2025
create a task
mwarman
committed
e751bd3
View commit details
Copy full SHA for e751bd3
Browse repository at this point
initial list tasks requirements
mwarman
committed
5a1ff4e
View commit details
Copy full SHA for 5a1ff4e
Browse repository at this point
requirements
mwarman
committed
0093b41
View commit details
Copy full SHA for 0093b41
Browse repository at this point
requirements
mwarman
committed
1e4e3cf
View commit details
Copy full SHA for 1e4e3cf
Browse repository at this point
list tasks
mwarman
committed
087347f
View commit details
Copy full SHA for 087347f
Browse repository at this point
Commits on Jun 3, 2025
get task by ID
mwarman
committed
aefd90a
View commit details
Copy full SHA for aefd90a
Browse repository at this point
handler logging
mwarman
committed
6888c4c
View commit details
Copy full SHA for 6888c4c
Browse repository at this point
implement update task functionality with validation and logging
mwarman
committed
0e92a7e
View commit details
Copy full SHA for 0e92a7e
Browse repository at this point
refactor updateTask to handle removal of detail and dueAt fields when not provided
mwarman
committed
50ad78e
View commit details
Copy full SHA for 50ad78e
Browse repository at this point
implement delete task functionality with Lambda handler, service method, and tests
mwarman
committed
ac54b37
View commit details
Copy full SHA for ac54b37
Browse repository at this point
add CI workflow requirements for GitHub Actions to automate testing and validation
mwarman
committed
3fd9908
View commit details
Copy full SHA for 3fd9908
Browse repository at this point
add CI workflow for AWS Lambda REST API with linting, testing, and dependency checks
mwarman
committed
5810c0b
View commit details
Copy full SHA for 5810c0b
Browse repository at this point
add support for manual triggering of CI workflow
mwarman
committed
514d38a
View commit details
Copy full SHA for 514d38a
Browse repository at this point
mark several packages as development dependencies in package-lock.json
mwarman
committed
08ef844
View commit details
Copy full SHA for 08ef844
Browse repository at this point
Commits on Jun 6, 2025
add CORS header integration requirements for Task Service API
mwarman
committed
6e23b89
View commit details
Copy full SHA for 6e23b89
Browse repository at this point
add CORS support to API responses and configuration
mwarman
committed
354cedf
View commit details
Copy full SHA for 354cedf
Browse repository at this point
Commits on Jun 7, 2025
update project description in Copilot instructions for Task Service
mwarman
committed
6a63540
View commit details
Copy full SHA for 6a63540
Browse repository at this point
fix: correct typos and improve clarity in task creation requirements
mwarman
committed
26cf40f
View commit details
Copy full SHA for 26cf40f
Browse repository at this point
Commits on Jun 9, 2025
feat: implement OPTIONS method for CORS support in Tasks API
mwarman
committed
103d00e
View commit details
Copy full SHA for 103d00e
Browse repository at this point
feat: add OPTIONS method for CORS preflight support in tasks API
mwarman
committed
7070ca2
View commit details
Copy full SHA for 7070ca2
Browse repository at this point
Commits on Jun 10, 2025
fix: update due date format in task schemas to ISO-8601 specification
mwarman
committed
f74ad41
View commit details
Copy full SHA for f74ad41
Browse repository at this point
fix: update due date format in createTask test to ISO-8601 specification
mwarman
committed
7dd6e51
View commit details
Copy full SHA for 7dd6e51
Browse repository at this point
chore: update dependencies to latest versions
Show description for 7140d53
mwarman
committed
7140d53
View commit details
Copy full SHA for 7140d53
Browse repository at this point
You can’t perform that action at this time.