Skip to content

Conversation

@bchampp
Copy link
Member

@bchampp bchampp commented Sep 6, 2025

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Issue Link, if available

N/A

Description

Adding a GitHub Action workflow which fans out the "examples" catalog and does the following:

  1. Builds the Lambda Function ZIP folder,
  2. Creates the Function in Lambda (using aws cli currently) -- the function is suffixed with -PR-##,
  3. Tests the function (no-op currently, will iterate in another PR),
  4. Deletes the function

Demo/Screenshots

See GitHub workflow that ran!

Checklist

  • I have filled out every section of the PR template
  • I have thoroughly tested this change

@bchampp bchampp marked this pull request as ready for review September 6, 2025 23:22
@bchampp bchampp merged commit f6615a7 into development Sep 7, 2025
25 checks passed
@bchampp bchampp deleted the deploy-workflow branch September 7, 2025 01:05
ParidelPooya pushed a commit that referenced this pull request Oct 10, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
ParidelPooya pushed a commit that referenced this pull request Oct 12, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
ParidelPooya pushed a commit that referenced this pull request Oct 24, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
ParidelPooya pushed a commit that referenced this pull request Oct 26, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
ParidelPooya pushed a commit that referenced this pull request Nov 2, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
ParidelPooya pushed a commit that referenced this pull request Nov 6, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
ParidelPooya pushed a commit that referenced this pull request Nov 6, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
ParidelPooya pushed a commit that referenced this pull request Nov 6, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
ParidelPooya pushed a commit that referenced this pull request Nov 7, 2025
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

### Issue Link, if available
N/A

### Description
Adding a GitHub Action workflow which fans out the "examples" catalog
and does the following:
1. Builds the Lambda Function ZIP folder,
2. Creates the Function in Lambda (using `aws cli` currently) -- the
function is suffixed with `-PR-##`,
3. Tests the function (no-op currently, will iterate in another PR),
4. Deletes the function

### Demo/Screenshots
See GitHub workflow that ran!

### Checklist
- [X] I have filled out every section of the PR template
- [X] I have thoroughly tested this change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants