https://github.com/stackitcloud/sfn-templates
Language templates for STACKIT Functions
https://github.com/stackitcloud/sfn-templates
Last synced: 22 days ago
JSON representation
Language templates for STACKIT Functions
- Host: GitHub
- URL: https://github.com/stackitcloud/sfn-templates
- Owner: stackitcloud
- License: apache-2.0
- Created: 2026-02-03T14:30:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T08:47:53.000Z (about 1 month ago)
- Last Synced: 2026-03-27T19:58:22.181Z (about 1 month ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# STACKIT Functions Language Templates
This repository provides a collection of language-specific templates to help you quickly get started with STACKIT Functions. Each template offers a basic 'Hello from STACKIT Functions' example, demonstrating essential configurations for developing functions in a particular programming language.
## Available Templates
* [`go-template`](go-template/README.md): Go language template.
* [`js-template`](js-template/README.md): JavaScript language template.
* [`py-template`](py-template/README.md): Python language template.
* [`quarkus-template`](quarkus-template/README.md): Quarkus (Java) framework template.
* [`rs-template`](rs-template/README.md): Rust language template.
* [`spring-template`](spring-template/README.md): Spring Boot (Java) framework template.
* [`ts-template`](ts-template/README.md): TypeScript language template.
## Getting Started
Use the CLI to boostrap a new function in one of the supported languages. The default templates will be installed automatically if not present yet.
## Contributing
We welcome contributions! Please see our [CONTRIBUTION.md](CONTRIBUTION.md) for guidelines on how to contribute.
## License
This project is licensed under the [Apache 2.0 License](LICENSE).