An open API service indexing awesome lists of open source software.

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

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).