Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Add initial IBM Cloud Functions examples #20

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3aeab0b
Add initial IBM Cloud Functions examples
mrutkows Jul 16, 2020
d70e30c
Add initial IBM Cloud Functions examples
mrutkows Jul 17, 2020
3102de2
Add initial IBM Cloud Functions examples
mrutkows Jul 17, 2020
6276bde
Add initial IBM Cloud Functions examples
mrutkows Jul 20, 2020
6275d45
Add initial IBM Cloud Functions examples
mrutkows Jul 28, 2020
9525a8d
Add initial IBM Cloud Functions examples
mrutkows Jul 29, 2020
1655ca1
Add initial IBM Cloud Functions examples
mrutkows Jul 29, 2020
c4d09f3
Add initial IBM Cloud Functions examples
mrutkows Jul 29, 2020
be32246
Add initial IBM Cloud Functions examples
mrutkows Jul 29, 2020
27553cb
Add initial IBM Cloud Functions examples
mrutkows Jul 29, 2020
185eaed
Add initial IBM Cloud Functions examples
mrutkows Jul 29, 2020
8c5c66f
Add initial IBM Cloud Functions examples
mrutkows Jul 29, 2020
8f9e055
Use actual Apache 2 license headers
mrutkows Jul 30, 2020
2603f20
Fix cli 'ic' alias to 'ibmcloud'
mrutkows Jul 30, 2020
6ddd5ee
Update cloud/serverless/ibm-cloud-functions/README.md
mrutkows Jul 30, 2020
1203b52
Update cloud/serverless/ibm-cloud-functions/README.md
mrutkows Jul 30, 2020
37e3872
Update cloud/serverless/ibm-cloud-functions/README.md
mrutkows Jul 30, 2020
5984655
Update cloud/serverless/ibm-cloud-functions/README.md
mrutkows Jul 30, 2020
4c296a2
collapse sequences.md into README.MD
mrutkows Aug 6, 2020
abc7521
Reflects changes requested to 'cloud' dir. README
mrutkows Aug 11, 2020
659c703
Revert 'cloud' readme; remove prose 2 space
mrutkows Aug 11, 2020
9a7c0aa
lower case npm in prose
mrutkows Aug 11, 2020
0175088
adapt to the markdown linter just added
mrutkows Aug 11, 2020
6706521
address linting errors due the Heading level increments
mrutkows Aug 11, 2020
5f2a5c5
forced to use H3 emphasis on pre-reqs.
mrutkows Aug 11, 2020
762dafc
all ordered list indicators must be '1.'
mrutkows Aug 11, 2020
e26ee1b
remove title from sequence observations
mrutkows Aug 11, 2020
fe04865
one last dash removal
mrutkows Aug 11, 2020
43c3c8e
place all function snippets and supporting json into subdirs.
mrutkows Aug 12, 2020
d838766
move sequence example under icf
mrutkows Aug 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this directory, we have examples of using Node.js with technologies that are
Anything that is related to deployment of Node.js applications to the cloud. For example:

- Containers (Docker)
- Serverless (Serverless Framework, OpenFaaS, AWS Lambda, Google Cloud Functions, Google Cloud Run, Azure Functions)
- Serverless (Serverless Framework, OpenFaaS, AWS Lambda, Google Cloud Functions, Google Cloud Run, Azure Functions, IBM Cloud Functions)
- Orchestration (Kubernetes, Terraform, OpenShift)
- Cloud-specific (AWS, GCP, Azure, IBM Cloud, DigitalOcean, Alibaba Cloud, Oracle Cloud)
- Tiny Clouds (Netlify, Now, Glitch, CloudFlare Workers, Heroku, Surge, Begin)
Expand Down
Loading